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
- ToolStripOverflow.cs
- ListControlDesigner.cs
- mactripleDES.cs
- ByteStorage.cs
- FormsAuthentication.cs
- PageAsyncTask.cs
- TextRenderer.cs
- StylusEditingBehavior.cs
- HandlerBase.cs
- _CacheStreams.cs
- DiscoveryDocumentSearchPattern.cs
- AspNetRouteServiceHttpHandler.cs
- KeyPressEvent.cs
- PiiTraceSource.cs
- EdmMember.cs
- DefaultPrintController.cs
- smtppermission.cs
- ParallelTimeline.cs
- ArraySortHelper.cs
- BufferedReadStream.cs
- GenericParameterDataContract.cs
- SafeMILHandleMemoryPressure.cs
- PixelFormats.cs
- shaperfactoryquerycacheentry.cs
- DiscriminatorMap.cs
- AstTree.cs
- InputBuffer.cs
- HTTPNotFoundHandler.cs
- DbConnectionPool.cs
- GuidelineSet.cs
- ErrorHandler.cs
- mda.cs
- Page.cs
- HttpModulesSection.cs
- CharacterMetrics.cs
- GridProviderWrapper.cs
- DbInsertCommandTree.cs
- SortQuery.cs
- BackgroundWorker.cs
- BrowserTree.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- MinMaxParagraphWidth.cs
- BitmapEffectDrawing.cs
- Debug.cs
- _SSPISessionCache.cs
- EnumValidator.cs
- OdbcDataAdapter.cs
- SkewTransform.cs
- Hex.cs
- X509Chain.cs
- Size.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- GiveFeedbackEvent.cs
- PropertyValueChangedEvent.cs
- FlowDocumentReaderAutomationPeer.cs
- InternalConfigConfigurationFactory.cs
- OperationCanceledException.cs
- HScrollProperties.cs
- TraceFilter.cs
- StylusLogic.cs
- TextBreakpoint.cs
- ReferencedCollectionType.cs
- HttpMethodConstraint.cs
- CreateUserWizardStep.cs
- Control.cs
- SerializationException.cs
- FontDialog.cs
- RotateTransform.cs
- TileModeValidation.cs
- HttpWebResponse.cs
- SqlPersonalizationProvider.cs
- PieceNameHelper.cs
- JsonEnumDataContract.cs
- mansign.cs
- CommandBinding.cs
- SelectionPattern.cs
- TreePrinter.cs
- StylusButtonEventArgs.cs
- DataReceivedEventArgs.cs
- ListControlBuilder.cs
- DbParameterHelper.cs
- ProxyHelper.cs
- Brushes.cs
- LayoutEditorPart.cs
- StrongName.cs
- ScriptingAuthenticationServiceSection.cs
- OdbcException.cs
- SystemIPGlobalProperties.cs
- ReadOnlyPermissionSet.cs
- ProjectedSlot.cs
- DeviceSpecificDesigner.cs
- DoubleAnimationUsingKeyFrames.cs
- Formatter.cs
- TextTrailingWordEllipsis.cs
- PageRequestManager.cs
- ElementAction.cs
- SecurityContextSecurityTokenAuthenticator.cs
- FactoryGenerator.cs
- ImplicitInputBrush.cs
- activationcontext.cs