Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RouteData.cs
- DataGridPageChangedEventArgs.cs
- LayoutDump.cs
- InstanceKeyCompleteException.cs
- HttpHeaderCollection.cs
- WebConfigManager.cs
- DataGridViewRowCancelEventArgs.cs
- CryptoHelper.cs
- NameScopePropertyAttribute.cs
- TextInfo.cs
- ToolTipService.cs
- DataViewManagerListItemTypeDescriptor.cs
- XhtmlBasicFormAdapter.cs
- WebHostUnsafeNativeMethods.cs
- _SafeNetHandles.cs
- ChtmlTextWriter.cs
- RowUpdatedEventArgs.cs
- StylusPointCollection.cs
- WebPartCollection.cs
- SymLanguageVendor.cs
- PropertyInformationCollection.cs
- Int32CollectionValueSerializer.cs
- CodeIdentifier.cs
- RegisteredExpandoAttribute.cs
- StandardBindingReliableSessionElement.cs
- XamlSerializationHelper.cs
- XmlILAnnotation.cs
- DataBinder.cs
- Vector3DAnimationBase.cs
- PreviewPrintController.cs
- ItemsControlAutomationPeer.cs
- PeerObject.cs
- PathFigure.cs
- EventPrivateKey.cs
- altserialization.cs
- X509Chain.cs
- DesignerRegion.cs
- DataGridViewControlCollection.cs
- CacheMode.cs
- XPathArrayIterator.cs
- CustomErrorsSection.cs
- ZipFileInfo.cs
- SimpleColumnProvider.cs
- SettingsPropertyIsReadOnlyException.cs
- SamlSubject.cs
- EncodingInfo.cs
- HtmlInputHidden.cs
- XPathParser.cs
- TemplateKey.cs
- TextPointerBase.cs
- HtmlShim.cs
- InvalidDataContractException.cs
- TimersDescriptionAttribute.cs
- WebContext.cs
- DescendantQuery.cs
- X509Utils.cs
- FileCodeGroup.cs
- ParameterElement.cs
- ListBoxChrome.cs
- View.cs
- AlternateView.cs
- EntityModelBuildProvider.cs
- PageParser.cs
- StructuralObject.cs
- SHA384Cng.cs
- BoundField.cs
- ChildrenQuery.cs
- SEHException.cs
- SQLGuidStorage.cs
- WebPartZone.cs
- DesignerActionGlyph.cs
- TreeViewImageKeyConverter.cs
- SafeMILHandleMemoryPressure.cs
- XamlSerializationHelper.cs
- XpsDocumentEvent.cs
- ImpersonateTokenRef.cs
- ResizeGrip.cs
- ClientSettingsProvider.cs
- PropertyEmitterBase.cs
- DbProviderFactoriesConfigurationHandler.cs
- InternalConfigSettingsFactory.cs
- MultiAsyncResult.cs
- ProviderSettingsCollection.cs
- TagPrefixInfo.cs
- InheritanceContextChangedEventManager.cs
- PhonemeEventArgs.cs
- CompositeControl.cs
- Expander.cs
- ItemsChangedEventArgs.cs
- ISAPIWorkerRequest.cs
- RawStylusInputCustomDataList.cs
- TabControl.cs
- AsyncOperationManager.cs
- Span.cs
- FamilyCollection.cs
- SyndicationSerializer.cs
- DecryptedHeader.cs
- SafeBitVector32.cs
- IntSecurity.cs
- UpDownBaseDesigner.cs