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
- GridProviderWrapper.cs
- WindowsRegion.cs
- AsyncContentLoadedEventArgs.cs
- SqlDataSourceStatusEventArgs.cs
- UnsafeNativeMethodsMilCoreApi.cs
- FormViewUpdateEventArgs.cs
- HtmlElement.cs
- CustomAttribute.cs
- XmlDataSource.cs
- PropertyGeneratedEventArgs.cs
- SystemIPv6InterfaceProperties.cs
- assemblycache.cs
- HtmlElement.cs
- itemelement.cs
- DataGridViewCheckBoxCell.cs
- D3DImage.cs
- DesignBindingValueUIHandler.cs
- DataGridViewCellEventArgs.cs
- DataSetMappper.cs
- ToolStripItemClickedEventArgs.cs
- DataPagerFieldCollection.cs
- EpmTargetTree.cs
- EdmFunction.cs
- DriveNotFoundException.cs
- Oid.cs
- SchemaNotation.cs
- RemotingAttributes.cs
- securitycriticaldataformultiplegetandset.cs
- TagNameToTypeMapper.cs
- MimeAnyImporter.cs
- Stacktrace.cs
- GeometryGroup.cs
- ToolStripCustomTypeDescriptor.cs
- DefaultMemberAttribute.cs
- PropertyChangedEventArgs.cs
- ObjectViewEntityCollectionData.cs
- SystemResources.cs
- DockProviderWrapper.cs
- PreservationFileReader.cs
- TableLayoutPanel.cs
- GCHandleCookieTable.cs
- SourceItem.cs
- ChannelEndpointElementCollection.cs
- GridSplitter.cs
- XmlSchemaSimpleContentRestriction.cs
- XPathDocumentBuilder.cs
- PropertyChangeTracker.cs
- DataProviderNameConverter.cs
- QilLoop.cs
- Int32RectConverter.cs
- ToolStripDropDownClosedEventArgs.cs
- ListItemCollection.cs
- GeneralTransform3DTo2DTo3D.cs
- HttpApplicationFactory.cs
- ViewStateException.cs
- InternalBufferOverflowException.cs
- FixedSOMPage.cs
- HyperLinkColumn.cs
- BitmapEffect.cs
- MatrixKeyFrameCollection.cs
- FrameworkEventSource.cs
- BackgroundFormatInfo.cs
- ProfileParameter.cs
- DataGridViewButtonCell.cs
- MaterialGroup.cs
- ListViewSelectEventArgs.cs
- GeometryConverter.cs
- TypographyProperties.cs
- GridLengthConverter.cs
- ImageClickEventArgs.cs
- XmlTextReader.cs
- DynamicAttribute.cs
- XPathDescendantIterator.cs
- FilteredAttributeCollection.cs
- SettingsProperty.cs
- CompositeControlDesigner.cs
- SQLInt32Storage.cs
- DropShadowBitmapEffect.cs
- EdmItemCollection.cs
- InputElement.cs
- InternalsVisibleToAttribute.cs
- TypedTableHandler.cs
- CodeRemoveEventStatement.cs
- AutoFocusStyle.xaml.cs
- XmlSchemaComplexType.cs
- VirtualPathExtension.cs
- ArgumentOutOfRangeException.cs
- _OverlappedAsyncResult.cs
- EditorServiceContext.cs
- KeyPullup.cs
- OleDbMetaDataFactory.cs
- UnmanagedMarshal.cs
- UserControlParser.cs
- And.cs
- TextHintingModeValidation.cs
- Int64.cs
- URI.cs
- uribuilder.cs
- GlyphElement.cs
- CompModSwitches.cs