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
- ExpressionHelper.cs
- PointKeyFrameCollection.cs
- StringUtil.cs
- xmlsaver.cs
- ChildTable.cs
- ConsoleKeyInfo.cs
- TypeValidationEventArgs.cs
- FontWeightConverter.cs
- SafeNativeMethodsOther.cs
- DataGridPagingPage.cs
- HtmlEncodedRawTextWriter.cs
- MetadataConversionError.cs
- ResolveDuplex11AsyncResult.cs
- DefaultValueConverter.cs
- XPathDescendantIterator.cs
- MaskDescriptor.cs
- GridViewUpdatedEventArgs.cs
- ValueSerializerAttribute.cs
- CommandConverter.cs
- Effect.cs
- DispatcherFrame.cs
- FlowDocumentScrollViewer.cs
- SspiNegotiationTokenProviderState.cs
- DataGridViewToolTip.cs
- XPathBinder.cs
- ChannelServices.cs
- ChangePassword.cs
- AbstractDataSvcMapFileLoader.cs
- StopStoryboard.cs
- LabelLiteral.cs
- FontCollection.cs
- XmlSchemaComplexContentRestriction.cs
- XmlILIndex.cs
- DesignerCatalogPartChrome.cs
- SqlDataSourceQuery.cs
- PrimitiveXmlSerializers.cs
- LoadWorkflowByKeyAsyncResult.cs
- CombinedGeometry.cs
- ValueTypeFieldReference.cs
- DataSourceComponent.cs
- SelectorItemAutomationPeer.cs
- Int32CAMarshaler.cs
- ListViewCancelEventArgs.cs
- CLSCompliantAttribute.cs
- DesignTimeVisibleAttribute.cs
- MembershipUser.cs
- ParallelLoopState.cs
- documentation.cs
- CollectionViewSource.cs
- DataBoundControl.cs
- TransactionException.cs
- SocketInformation.cs
- CodeRemoveEventStatement.cs
- KeyValuePairs.cs
- TextInfo.cs
- StylusEventArgs.cs
- ViewSimplifier.cs
- PointCollectionConverter.cs
- PageWrapper.cs
- XsltContext.cs
- ConfigXmlDocument.cs
- MediaCommands.cs
- TextBoxRenderer.cs
- EntityClientCacheEntry.cs
- HttpTransportSecurityElement.cs
- RowToFieldTransformer.cs
- TakeQueryOptionExpression.cs
- FastEncoderWindow.cs
- ObjectViewQueryResultData.cs
- FontUnit.cs
- ValidationResults.cs
- DataRelation.cs
- ConfigurationSectionCollection.cs
- DesignerCategoryAttribute.cs
- XPathParser.cs
- InfoCardTrace.cs
- BitConverter.cs
- InheritanceContextChangedEventManager.cs
- PropertyKey.cs
- Page.cs
- DecoderReplacementFallback.cs
- AttributeCollection.cs
- CheckoutException.cs
- ArraySegment.cs
- CryptoConfig.cs
- WebPageTraceListener.cs
- DSACryptoServiceProvider.cs
- WebHttpSecurityModeHelper.cs
- infer.cs
- ManagementObjectSearcher.cs
- AuthenticationSection.cs
- ReadOnlyTernaryTree.cs
- FormView.cs
- TextShapeableCharacters.cs
- Aes.cs
- LinqDataSourceSelectEventArgs.cs
- StrongName.cs
- WCFModelStrings.Designer.cs
- ScrollData.cs
- ConfigurationElement.cs