Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ParseHttpDate.cs
- WebPartTransformerAttribute.cs
- CreateUserWizard.cs
- ButtonBaseAdapter.cs
- SqlCacheDependencySection.cs
- SchemaNames.cs
- SymbolDocumentInfo.cs
- XpsInterleavingPolicy.cs
- BuildProvider.cs
- ModelMemberCollection.cs
- FixUp.cs
- DefaultValueAttribute.cs
- StructuredTypeInfo.cs
- SymmetricAlgorithm.cs
- BinHexEncoder.cs
- XmlNodeChangedEventManager.cs
- WindowsNonControl.cs
- Group.cs
- BamlResourceContent.cs
- Filter.cs
- EarlyBoundInfo.cs
- ControlSerializer.cs
- SqlUtil.cs
- PropertyTabChangedEvent.cs
- DbParameterCollectionHelper.cs
- WmlLabelAdapter.cs
- Table.cs
- HttpAsyncResult.cs
- LogEntryHeaderv1Deserializer.cs
- typedescriptorpermission.cs
- WebReferencesBuildProvider.cs
- OdbcEnvironmentHandle.cs
- ScrollPattern.cs
- StringBuilder.cs
- EntityDataSourceUtil.cs
- TransactionInformation.cs
- SignatureHelper.cs
- PropertyValueUIItem.cs
- ImageClickEventArgs.cs
- StatusStrip.cs
- RenameRuleObjectDialog.Designer.cs
- StylusEventArgs.cs
- ResolveNameEventArgs.cs
- SecurityTokenTypes.cs
- QueryOperatorEnumerator.cs
- ClassicBorderDecorator.cs
- TextRange.cs
- localization.cs
- ScriptModule.cs
- ErrorHandler.cs
- KeyInterop.cs
- InvokePattern.cs
- DataGridViewCellCancelEventArgs.cs
- SqlDataReader.cs
- DiagnosticsConfiguration.cs
- ControllableStoryboardAction.cs
- RequestTimeoutManager.cs
- EventSource.cs
- RelationshipEnd.cs
- XmlNodeChangedEventManager.cs
- XmlWhitespace.cs
- Schema.cs
- StorageInfo.cs
- XpsManager.cs
- GeneralTransformCollection.cs
- StyleReferenceConverter.cs
- RIPEMD160Managed.cs
- CommandBinding.cs
- TCPListener.cs
- XmlSerializerNamespaces.cs
- xmlglyphRunInfo.cs
- SecurityDescriptor.cs
- PageParserFilter.cs
- safesecurityhelperavalon.cs
- PrivilegeNotHeldException.cs
- EventKeyword.cs
- ConstNode.cs
- SingleStorage.cs
- Code.cs
- PrimaryKeyTypeConverter.cs
- XmlSchemaIdentityConstraint.cs
- Translator.cs
- StructuredProperty.cs
- Utils.cs
- InternalBufferManager.cs
- SkewTransform.cs
- Geometry3D.cs
- WebPartUtil.cs
- path.cs
- PowerStatus.cs
- SpellCheck.cs
- EditCommandColumn.cs
- StreamInfo.cs
- BitmapImage.cs
- ButtonChrome.cs
- DiscoveryDocumentSearchPattern.cs
- InlineCollection.cs
- DesignOnlyAttribute.cs
- NamespaceCollection.cs
- FormParameter.cs