Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BaseServiceProvider.cs
- SqlDataReader.cs
- RecognizeCompletedEventArgs.cs
- StrokeCollection.cs
- ScriptResourceInfo.cs
- XmlILModule.cs
- XmlDictionaryReaderQuotasElement.cs
- StringValidator.cs
- HtmlHead.cs
- WebPartZoneBase.cs
- CodeDOMUtility.cs
- SqlNamer.cs
- XmlSignatureManifest.cs
- SqlRowUpdatedEvent.cs
- LambdaCompiler.Unary.cs
- SmiEventSink_Default.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Scene3D.cs
- ButtonBaseAutomationPeer.cs
- SignatureDescription.cs
- CodeGenerator.cs
- CompositeTypefaceMetrics.cs
- SmiContext.cs
- XPathScanner.cs
- SelectionProcessor.cs
- linebase.cs
- DesignerActionItemCollection.cs
- XmlSchemaAnnotated.cs
- ProxyWebPart.cs
- Renderer.cs
- TextUtf8RawTextWriter.cs
- StreamHelper.cs
- CreateUserErrorEventArgs.cs
- PageThemeParser.cs
- ResourcePart.cs
- ListViewPagedDataSource.cs
- FieldBuilder.cs
- CodeConstructor.cs
- PhonemeConverter.cs
- CfgParser.cs
- StringUtil.cs
- MailWriter.cs
- IconConverter.cs
- ReadWriteControlDesigner.cs
- sqlmetadatafactory.cs
- ValidationPropertyAttribute.cs
- RenderCapability.cs
- StandardToolWindows.cs
- ClientApiGenerator.cs
- OrCondition.cs
- PropertySegmentSerializer.cs
- XmlObjectSerializerWriteContext.cs
- ImageClickEventArgs.cs
- PrinterResolution.cs
- ConstructorNeedsTagAttribute.cs
- Process.cs
- GlobalAllocSafeHandle.cs
- QueryOutputWriterV1.cs
- ProcessHost.cs
- EdmToObjectNamespaceMap.cs
- TextParentUndoUnit.cs
- ParameterEditorUserControl.cs
- Literal.cs
- WebPartConnection.cs
- CodeGroup.cs
- AlternationConverter.cs
- CompilerErrorCollection.cs
- XamlSerializerUtil.cs
- BinaryMessageFormatter.cs
- TabItemAutomationPeer.cs
- FieldValue.cs
- CodeSnippetTypeMember.cs
- WebPartZoneCollection.cs
- mansign.cs
- DataGridViewSelectedColumnCollection.cs
- ConfigsHelper.cs
- PrintingPermissionAttribute.cs
- RoleGroupCollection.cs
- BamlTreeMap.cs
- CompilerGlobalScopeAttribute.cs
- ByteBufferPool.cs
- TimeoutValidationAttribute.cs
- EntityDataReader.cs
- StrokeNodeEnumerator.cs
- x509store.cs
- TransactionTable.cs
- RunWorkerCompletedEventArgs.cs
- DirectoryNotFoundException.cs
- ListControlConvertEventArgs.cs
- HMACRIPEMD160.cs
- ChangeProcessor.cs
- BoundColumn.cs
- SQLChars.cs
- GlyphingCache.cs
- PtsHost.cs
- XmlUtil.cs
- Profiler.cs
- SuppressMergeCheckAttribute.cs
- SQLString.cs
- BinaryKeyIdentifierClause.cs