Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / SliderAutomationPeer.cs / 1305600 / 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
- XamlVector3DCollectionSerializer.cs
- XmlAutoDetectWriter.cs
- LinkUtilities.cs
- ScrollBar.cs
- AbstractSvcMapFileLoader.cs
- X509ClientCertificateAuthentication.cs
- DirectoryNotFoundException.cs
- CommandSet.cs
- EnumerableCollectionView.cs
- MessageEventSubscriptionService.cs
- RoutingChannelExtension.cs
- ControlUtil.cs
- StackSpiller.cs
- NamespaceCollection.cs
- MsmqBindingElementBase.cs
- ConfigurationUtility.cs
- TextParagraph.cs
- ItemCheckedEvent.cs
- SwitchAttribute.cs
- SlotInfo.cs
- PopupRootAutomationPeer.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- SourceInterpreter.cs
- SqlDataSourceCache.cs
- objectresult_tresulttype.cs
- Section.cs
- SafeArrayTypeMismatchException.cs
- ClientOptions.cs
- NavigationExpr.cs
- DateTimeOffset.cs
- DataGridColumnHeaderCollection.cs
- FileSystemEventArgs.cs
- UndoManager.cs
- OletxEnlistment.cs
- ResourcesBuildProvider.cs
- Simplifier.cs
- TextEditorMouse.cs
- OracleMonthSpan.cs
- ParseElementCollection.cs
- ParserStreamGeometryContext.cs
- DBParameter.cs
- DetailsViewPageEventArgs.cs
- SettingsProperty.cs
- ListenerChannelContext.cs
- UInt32Storage.cs
- LogicalMethodInfo.cs
- MethodBuilderInstantiation.cs
- SocketInformation.cs
- Page.cs
- EllipseGeometry.cs
- QueryGenerator.cs
- DataRowCollection.cs
- BinaryWriter.cs
- EmptyWithCancelationCheckWorkItem.cs
- DetailsViewActionList.cs
- DataTemplateSelector.cs
- TypedTableBaseExtensions.cs
- NotSupportedException.cs
- Function.cs
- XmlLangPropertyAttribute.cs
- PropertyGridDesigner.cs
- TypedTableHandler.cs
- ColorConvertedBitmapExtension.cs
- Int32EqualityComparer.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SelectedDatesCollection.cs
- CharStorage.cs
- sqlnorm.cs
- PtsContext.cs
- InputReferenceExpression.cs
- QueryStringParameter.cs
- OdbcConnectionFactory.cs
- XamlWriter.cs
- TrackingProfileDeserializationException.cs
- ClientRuntimeConfig.cs
- HtmlLink.cs
- SqlDuplicator.cs
- QueryTask.cs
- TransactedReceiveScope.cs
- UInt16Storage.cs
- MapPathBasedVirtualPathProvider.cs
- MembershipUser.cs
- StatusBarPanelClickEvent.cs
- Int16.cs
- HMACSHA1.cs
- ConnectionStringsExpressionEditor.cs
- JavascriptCallbackBehaviorAttribute.cs
- UICuesEvent.cs
- EntityDataSourceChangedEventArgs.cs
- TaskHelper.cs
- SqlDataSourceStatusEventArgs.cs
- CaseInsensitiveComparer.cs
- SizeAnimationBase.cs
- ListComponentEditor.cs
- IPipelineRuntime.cs
- SecurityException.cs
- HistoryEventArgs.cs
- Rect3D.cs
- HtmlInputFile.cs
- BaseDataListPage.cs