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
- SafeFileMappingHandle.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- CoTaskMemUnicodeSafeHandle.cs
- TokenizerHelper.cs
- WebPartCancelEventArgs.cs
- BufferCache.cs
- ReservationNotFoundException.cs
- ScrollChangedEventArgs.cs
- FlagPanel.cs
- ContourSegment.cs
- ToolStripDropDownDesigner.cs
- XmlDocumentType.cs
- formatter.cs
- DocumentPaginator.cs
- RegexBoyerMoore.cs
- RuntimeArgumentHandle.cs
- FontStretch.cs
- ReflectEventDescriptor.cs
- COM2Properties.cs
- QueryGenerator.cs
- DataControlButton.cs
- PointConverter.cs
- BoolExpression.cs
- ClientSponsor.cs
- dsa.cs
- MonitoringDescriptionAttribute.cs
- Quaternion.cs
- ErrorProvider.cs
- StyleBamlRecordReader.cs
- ParseElementCollection.cs
- DataServiceQueryException.cs
- ManagementObject.cs
- SmiRequestExecutor.cs
- Sequence.cs
- NavigatingCancelEventArgs.cs
- ReferenceService.cs
- SqlTypeSystemProvider.cs
- WebControl.cs
- XComponentModel.cs
- RectAnimationBase.cs
- EtwTrace.cs
- RegisteredDisposeScript.cs
- CaseStatement.cs
- ErrorWrapper.cs
- PlatformNotSupportedException.cs
- FlowDecisionDesigner.xaml.cs
- CompressionTransform.cs
- TransportContext.cs
- TagPrefixAttribute.cs
- HtmlShimManager.cs
- OracleCommand.cs
- PropertyToken.cs
- MulticastIPAddressInformationCollection.cs
- DataGridViewRowCancelEventArgs.cs
- SByte.cs
- ConnectionManagementSection.cs
- TemplateKeyConverter.cs
- DataControlFieldCell.cs
- ObjectAnimationUsingKeyFrames.cs
- documentsequencetextcontainer.cs
- ParseElementCollection.cs
- MailWriter.cs
- StrongTypingException.cs
- ipaddressinformationcollection.cs
- DurationConverter.cs
- FontEmbeddingManager.cs
- Vector.cs
- NamespaceInfo.cs
- NativeMethods.cs
- DecoderFallback.cs
- TrackingMemoryStreamFactory.cs
- FlowDocumentReaderAutomationPeer.cs
- DataShape.cs
- TickBar.cs
- Merger.cs
- UserControl.cs
- ListBox.cs
- UrlPropertyAttribute.cs
- ReflectPropertyDescriptor.cs
- util.cs
- InstanceCreationEditor.cs
- FrameworkElementFactory.cs
- XPathNavigatorKeyComparer.cs
- AutoGeneratedFieldProperties.cs
- DataGridViewColumnTypeEditor.cs
- ObjectAssociationEndMapping.cs
- TextMarkerSource.cs
- SmtpSection.cs
- Visual3DCollection.cs
- ImageResources.Designer.cs
- DataGridViewTopRowAccessibleObject.cs
- HebrewCalendar.cs
- StructuredType.cs
- HttpDigestClientCredential.cs
- ListenerAdapterBase.cs
- UInt64Storage.cs
- CharacterBuffer.cs
- WindowsEditBox.cs
- VectorAnimationBase.cs
- ServiceHost.cs