Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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. 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
- UnSafeCharBuffer.cs
- SwitchLevelAttribute.cs
- NativeMethods.cs
- WmpBitmapDecoder.cs
- shaperfactoryquerycacheentry.cs
- CharConverter.cs
- GestureRecognizer.cs
- HttpRequestTraceRecord.cs
- ExpandedWrapper.cs
- ProcessHostFactoryHelper.cs
- Page.cs
- InteropExecutor.cs
- WindowsGraphicsWrapper.cs
- JobInputBins.cs
- EntityDataSourceChangedEventArgs.cs
- TransformProviderWrapper.cs
- NTAccount.cs
- coordinatorscratchpad.cs
- BuildProviderAppliesToAttribute.cs
- CreatingCookieEventArgs.cs
- RequiredAttributeAttribute.cs
- FirstQueryOperator.cs
- EventHandlerList.cs
- InputGestureCollection.cs
- MsdtcClusterUtils.cs
- UIHelper.cs
- HttpBufferlessInputStream.cs
- MimeMapping.cs
- ModuleBuilder.cs
- TraceHandler.cs
- AvtEvent.cs
- SmtpMail.cs
- RequestQueue.cs
- TextServicesPropertyRanges.cs
- XamlToRtfWriter.cs
- Transform3D.cs
- TextBoxRenderer.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SimpleWorkerRequest.cs
- TreeNodeEventArgs.cs
- RoutedEventArgs.cs
- DialogResultConverter.cs
- SoapFormatterSinks.cs
- Color.cs
- ProgramNode.cs
- StateItem.cs
- StylusCaptureWithinProperty.cs
- DiscoveryExceptionDictionary.cs
- QilVisitor.cs
- PlacementWorkspace.cs
- FrameworkTextComposition.cs
- Bold.cs
- ReachPageContentSerializer.cs
- Helper.cs
- dbdatarecord.cs
- cache.cs
- RouteParser.cs
- ViewCellSlot.cs
- FixedSOMTextRun.cs
- GregorianCalendarHelper.cs
- UTF8Encoding.cs
- MeasurementDCInfo.cs
- AnnotationAdorner.cs
- IListConverters.cs
- DataAccessException.cs
- CompensationParticipant.cs
- WinFormsUtils.cs
- Thumb.cs
- ImageFormatConverter.cs
- EllipticalNodeOperations.cs
- TextTreeInsertElementUndoUnit.cs
- BitmapFrameDecode.cs
- HttpChannelFactory.cs
- Accessors.cs
- FontEmbeddingManager.cs
- XPathCompileException.cs
- InternalControlCollection.cs
- TextRangeEditLists.cs
- TabControlDesigner.cs
- FusionWrap.cs
- Coordinator.cs
- PlainXmlWriter.cs
- ToolStripItemImageRenderEventArgs.cs
- GeometryModel3D.cs
- CompiledIdentityConstraint.cs
- ValueTypeFixupInfo.cs
- StatusStrip.cs
- SecurityManager.cs
- DoubleKeyFrameCollection.cs
- PasswordDeriveBytes.cs
- WsatRegistrationHeader.cs
- BaseCollection.cs
- HttpModuleAction.cs
- HtmlCommandAdapter.cs
- CaseCqlBlock.cs
- EntityClientCacheEntry.cs
- XmlMemberMapping.cs
- InputLanguageProfileNotifySink.cs
- mactripleDES.cs
- HttpTransportSecurity.cs