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
- CodeGotoStatement.cs
- RequestQueue.cs
- Parsers.cs
- OpenTypeLayoutCache.cs
- TranslateTransform3D.cs
- FtpCachePolicyElement.cs
- ExtentJoinTreeNode.cs
- SystemDiagnosticsSection.cs
- TimeSpanValidator.cs
- PackageRelationshipSelector.cs
- CodeAttributeArgument.cs
- wmiutil.cs
- ToolStripComboBox.cs
- ConfigurationCollectionAttribute.cs
- DbQueryCommandTree.cs
- QualifiedCellIdBoolean.cs
- Table.cs
- DragStartedEventArgs.cs
- ToolStripDropTargetManager.cs
- OleTxTransaction.cs
- FontWeight.cs
- XmlnsPrefixAttribute.cs
- SafeTokenHandle.cs
- COSERVERINFO.cs
- SequenceDesignerAccessibleObject.cs
- RegexWriter.cs
- AppearanceEditorPart.cs
- ListDictionaryInternal.cs
- DataGridLengthConverter.cs
- WindowsSecurityTokenAuthenticator.cs
- Literal.cs
- ControlCachePolicy.cs
- IndexerNameAttribute.cs
- UnsafeNativeMethods.cs
- CodeVariableReferenceExpression.cs
- TimestampInformation.cs
- SerializerProvider.cs
- SinglePageViewer.cs
- PriorityBindingExpression.cs
- SchemaSetCompiler.cs
- NoneExcludedImageIndexConverter.cs
- SqlCommandSet.cs
- TypeConverterAttribute.cs
- NetworkStream.cs
- BlockExpression.cs
- XmlSchemaDocumentation.cs
- BamlWriter.cs
- DataRowExtensions.cs
- ScriptRegistrationManager.cs
- DllNotFoundException.cs
- StylusSystemGestureEventArgs.cs
- Label.cs
- XmlWellformedWriter.cs
- sapiproxy.cs
- HtmlWindowCollection.cs
- PrimitiveCodeDomSerializer.cs
- CodeTypeConstructor.cs
- controlskin.cs
- Hashtable.cs
- CodePropertyReferenceExpression.cs
- EntityProviderServices.cs
- PaperSize.cs
- MulticastNotSupportedException.cs
- SafeMILHandleMemoryPressure.cs
- CornerRadiusConverter.cs
- TemplateParser.cs
- ImageMap.cs
- EventDescriptorCollection.cs
- UserNameSecurityToken.cs
- SmtpAuthenticationManager.cs
- XmlSchemaSimpleType.cs
- BeginEvent.cs
- Translator.cs
- Utils.cs
- AttributeAction.cs
- SessionState.cs
- SafeSecurityHandles.cs
- GridViewDeleteEventArgs.cs
- DiscreteKeyFrames.cs
- Choices.cs
- BaseCodePageEncoding.cs
- WeakEventManager.cs
- TextControlDesigner.cs
- FontDialog.cs
- CompositeActivityTypeDescriptorProvider.cs
- URI.cs
- ReaderContextStackData.cs
- TextSearch.cs
- CodeAccessPermission.cs
- TableProviderWrapper.cs
- ScrollItemPattern.cs
- NamespaceInfo.cs
- XmlReaderSettings.cs
- ResXResourceWriter.cs
- PolicyManager.cs
- WebUtil.cs
- ClientFormsAuthenticationMembershipProvider.cs
- HttpRequestTraceRecord.cs
- documentsequencetextview.cs
- SocketException.cs