Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / SliderAutomationPeer.cs / 1 / SliderAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ActivityDesignerLayoutSerializers.cs
- PseudoWebRequest.cs
- Timer.cs
- IntranetCredentialPolicy.cs
- WebPartCloseVerb.cs
- TemplateControlCodeDomTreeGenerator.cs
- ErrorProvider.cs
- SHA1Managed.cs
- UnsettableComboBox.cs
- GenerateScriptTypeAttribute.cs
- String.cs
- SQLBytesStorage.cs
- XamlSerializerUtil.cs
- XamlWrappingReader.cs
- WindowsStreamSecurityElement.cs
- SoapTransportImporter.cs
- KnowledgeBase.cs
- Attributes.cs
- MergablePropertyAttribute.cs
- UIElementParagraph.cs
- CngProvider.cs
- ServiceManagerHandle.cs
- MessageTraceRecord.cs
- MsmqBindingFilter.cs
- TerminatorSinks.cs
- AsymmetricSignatureDeformatter.cs
- GlyphShapingProperties.cs
- SessionStateItemCollection.cs
- FileSecurity.cs
- ConnectionsZone.cs
- PageContent.cs
- SqlDataSourceStatusEventArgs.cs
- HashCodeCombiner.cs
- XmlBindingWorker.cs
- NameValueCollection.cs
- ObjectNotFoundException.cs
- WebPartDescription.cs
- RegisteredArrayDeclaration.cs
- SimpleWebHandlerParser.cs
- CngAlgorithmGroup.cs
- UrlPropertyAttribute.cs
- OperationPickerDialog.designer.cs
- BmpBitmapDecoder.cs
- ObjectDataSourceDisposingEventArgs.cs
- KeyValueSerializer.cs
- DbTypeMap.cs
- BinaryWriter.cs
- CodeObject.cs
- DocumentPageTextView.cs
- FunctionCommandText.cs
- XmlSerializer.cs
- JoinSymbol.cs
- PackageRelationshipCollection.cs
- XamlPoint3DCollectionSerializer.cs
- PixelFormats.cs
- ProxyBuilder.cs
- HandlerWithFactory.cs
- OracleInfoMessageEventArgs.cs
- XmlBinaryReaderSession.cs
- SHA384Managed.cs
- DependencySource.cs
- RelationshipEndMember.cs
- RijndaelManaged.cs
- DesignerEditorPartChrome.cs
- ProcessInfo.cs
- CompilerParameters.cs
- WebHttpBinding.cs
- CollectionBase.cs
- OperationAbortedException.cs
- Sql8ConformanceChecker.cs
- URI.cs
- PrinterResolution.cs
- AssociatedControlConverter.cs
- SchemaSetCompiler.cs
- KeySplineConverter.cs
- CqlWriter.cs
- DataGridViewUtilities.cs
- Misc.cs
- FixedTextPointer.cs
- _AutoWebProxyScriptWrapper.cs
- FixedLineResult.cs
- ImageCodecInfo.cs
- BindingList.cs
- PackageProperties.cs
- WeakReferenceList.cs
- RemotingAttributes.cs
- SQLGuidStorage.cs
- IntegerValidator.cs
- ObjectDisposedException.cs
- CustomGrammar.cs
- Interlocked.cs
- SqlDeflator.cs
- RuleProcessor.cs
- HebrewCalendar.cs
- DockPanel.cs
- TemplateControlBuildProvider.cs
- VariableQuery.cs
- Floater.cs
- BindableTemplateBuilder.cs
- Calendar.cs