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
- XslAstAnalyzer.cs
- PartialTrustHelpers.cs
- DbgUtil.cs
- PointUtil.cs
- PersistenceProvider.cs
- EmptyControlCollection.cs
- LocatorBase.cs
- GregorianCalendarHelper.cs
- SemanticResultValue.cs
- TraceRecord.cs
- MessageEncoder.cs
- TextParagraphView.cs
- NamespaceInfo.cs
- safesecurityhelperavalon.cs
- WebPartExportVerb.cs
- ACL.cs
- GridItemCollection.cs
- SiteMap.cs
- ParentQuery.cs
- WindowPattern.cs
- StickyNoteContentControl.cs
- XsltException.cs
- PropertyPushdownHelper.cs
- SharedStatics.cs
- SvcMapFileLoader.cs
- StrokeFIndices.cs
- HighContrastHelper.cs
- DuplicateMessageDetector.cs
- ToolStripSystemRenderer.cs
- UdpRetransmissionSettings.cs
- SecurityCredentialsManager.cs
- DecryptRequest.cs
- TextTreeTextElementNode.cs
- UserControl.cs
- ToolStripItemRenderEventArgs.cs
- IteratorFilter.cs
- DeobfuscatingStream.cs
- QueryExpr.cs
- VectorCollectionConverter.cs
- LinkButton.cs
- ContainerParaClient.cs
- NavigationPropertyAccessor.cs
- SplineQuaternionKeyFrame.cs
- PropertyChangedEventArgs.cs
- RequiredFieldValidator.cs
- DataServiceQueryProvider.cs
- NavigationEventArgs.cs
- CaseDesigner.xaml.cs
- SecurityTokenAuthenticator.cs
- ObjectSet.cs
- HashCryptoHandle.cs
- MinMaxParagraphWidth.cs
- SqlLiftWhereClauses.cs
- InvokeBinder.cs
- CodeSubDirectory.cs
- TitleStyle.cs
- DefaultPropertyAttribute.cs
- SelectedGridItemChangedEvent.cs
- AdRotatorDesigner.cs
- TemplateBamlTreeBuilder.cs
- DropDownList.cs
- SchemaElement.cs
- KeysConverter.cs
- WizardPanelChangingEventArgs.cs
- KeyConstraint.cs
- X509ImageLogo.cs
- ComplexPropertyEntry.cs
- WebServiceMethodData.cs
- MetabaseServerConfig.cs
- HitTestWithGeometryDrawingContextWalker.cs
- _ContextAwareResult.cs
- DCSafeHandle.cs
- EditorPart.cs
- ISAPIApplicationHost.cs
- MemoryPressure.cs
- SqlClientMetaDataCollectionNames.cs
- Win32SafeHandles.cs
- DataGridHeaderBorder.cs
- CodeArgumentReferenceExpression.cs
- CryptoHandle.cs
- RadioButton.cs
- FormsAuthenticationModule.cs
- WorkflowInstanceQuery.cs
- ComponentManagerBroker.cs
- CharAnimationUsingKeyFrames.cs
- TextViewBase.cs
- AccessKeyManager.cs
- BitmapEffectDrawingContextState.cs
- BufferedGraphicsManager.cs
- DomNameTable.cs
- TraceFilter.cs
- BamlBinaryWriter.cs
- ResolveDuplex11AsyncResult.cs
- QilName.cs
- BindStream.cs
- ControlOperationBehavior.cs
- PointCollection.cs
- MulticastDelegate.cs
- ZipIORawDataFileBlock.cs
- HostingEnvironment.cs