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
- MetadataItem.cs
- InternalControlCollection.cs
- VirtualizingPanel.cs
- DataGridViewColumnCollection.cs
- MediaCommands.cs
- Baml6Assembly.cs
- InputLanguage.cs
- NonBatchDirectoryCompiler.cs
- serverconfig.cs
- XmlElementAttribute.cs
- LocalizedNameDescriptionPair.cs
- XmlSchemaComplexContentExtension.cs
- ListViewHitTestInfo.cs
- Model3D.cs
- FilterEventArgs.cs
- SHA512.cs
- CanonicalXml.cs
- DoWorkEventArgs.cs
- SelectedPathEditor.cs
- EndPoint.cs
- SafeThemeHandle.cs
- BuildProviderUtils.cs
- SqlClientMetaDataCollectionNames.cs
- XPathAxisIterator.cs
- EventLogInformation.cs
- DateRangeEvent.cs
- StateValidator.cs
- ComponentCommands.cs
- ListParagraph.cs
- AQNBuilder.cs
- LayoutEngine.cs
- ReadOnlyDictionary.cs
- SourceItem.cs
- PartitionedStream.cs
- BinaryMethodMessage.cs
- StateManagedCollection.cs
- Size3DConverter.cs
- TextLine.cs
- WebControl.cs
- SourceElementsCollection.cs
- DesignerDataParameter.cs
- XslNumber.cs
- TableCell.cs
- MetadataItemCollectionFactory.cs
- InstanceData.cs
- SelectManyQueryOperator.cs
- counter.cs
- MetaForeignKeyColumn.cs
- CodeSnippetExpression.cs
- Color.cs
- BindingMemberInfo.cs
- FamilyMap.cs
- HijriCalendar.cs
- SocketStream.cs
- GenerateDerivedKeyRequest.cs
- WebPartConnectionsConnectVerb.cs
- TextPointerBase.cs
- TraceProvider.cs
- XmlBufferReader.cs
- ListMarkerLine.cs
- ProtocolsConfiguration.cs
- TableLayoutPanel.cs
- ReferenceEqualityComparer.cs
- TCPListener.cs
- CodeIdentifier.cs
- MetadataCache.cs
- CallbackValidatorAttribute.cs
- SafeLocalAllocation.cs
- BlockingCollection.cs
- OracleRowUpdatedEventArgs.cs
- ConfigXmlReader.cs
- DataStorage.cs
- DateTimePicker.cs
- Grant.cs
- WCFServiceClientProxyGenerator.cs
- DesigntimeLicenseContext.cs
- ExpanderAutomationPeer.cs
- RoleService.cs
- ReliableSessionBindingElement.cs
- ProxyWebPartManager.cs
- SparseMemoryStream.cs
- TreeNodeConverter.cs
- PrinterResolution.cs
- Highlights.cs
- ApplicationServiceManager.cs
- XmlSchemaAll.cs
- PenLineJoinValidation.cs
- ContextMarshalException.cs
- TraceListeners.cs
- PageContent.cs
- TdsParserHelperClasses.cs
- RootProjectionNode.cs
- XmlTypeAttribute.cs
- ControlParameter.cs
- WebCategoryAttribute.cs
- XmlBinaryReader.cs
- RewritingValidator.cs
- listitem.cs
- UntypedNullExpression.cs
- CodeConstructor.cs