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
- OracleSqlParser.cs
- UrlAuthFailedErrorFormatter.cs
- ObfuscationAttribute.cs
- UriSectionData.cs
- QueryOutputWriter.cs
- DelegatingStream.cs
- SafeEventLogWriteHandle.cs
- AddressAlreadyInUseException.cs
- WinFormsSecurity.cs
- DataTableNewRowEvent.cs
- CodePageEncoding.cs
- Terminate.cs
- DocumentSchemaValidator.cs
- QueryProcessor.cs
- OleServicesContext.cs
- EditorPartCollection.cs
- DirectionalLight.cs
- HtmlInputControl.cs
- DelegatingConfigHost.cs
- Run.cs
- UInt16.cs
- InvalidAsynchronousStateException.cs
- SQLDateTime.cs
- GraphicsContext.cs
- hresults.cs
- DataRowChangeEvent.cs
- ReadOnlyDataSourceView.cs
- ProxyAttribute.cs
- DataGridViewCheckBoxColumn.cs
- OleDbStruct.cs
- DesignerVerb.cs
- InternalConfigEventArgs.cs
- OrderedDictionary.cs
- FrameDimension.cs
- PackageStore.cs
- HtmlContainerControl.cs
- GAC.cs
- GridViewColumnCollection.cs
- Soap12FormatExtensions.cs
- CodeMemberField.cs
- Point3D.cs
- _CookieModule.cs
- ObjectSecurityT.cs
- KeyValuePairs.cs
- XslAst.cs
- SQLByte.cs
- ProgressBarBrushConverter.cs
- AgileSafeNativeMemoryHandle.cs
- MediaContext.cs
- ToggleProviderWrapper.cs
- TextProperties.cs
- SyndicationSerializer.cs
- ConstraintManager.cs
- RequestCache.cs
- UriWriter.cs
- ActionMismatchAddressingException.cs
- Lasso.cs
- ACL.cs
- EventManager.cs
- UserPrincipalNameElement.cs
- AnchoredBlock.cs
- UIAgentAsyncParams.cs
- ServiceXNameTypeConverter.cs
- BaseHashHelper.cs
- HttpPostedFile.cs
- HtmlTitle.cs
- BitmapMetadata.cs
- DesignerCatalogPartChrome.cs
- FixedLineResult.cs
- SoapIncludeAttribute.cs
- BmpBitmapDecoder.cs
- SessionIDManager.cs
- LinqDataSource.cs
- NavigationHelper.cs
- AuditLevel.cs
- XsltSettings.cs
- SqlMultiplexer.cs
- SynchronizationLockException.cs
- isolationinterop.cs
- Control.cs
- HtmlTableCell.cs
- OledbConnectionStringbuilder.cs
- CharUnicodeInfo.cs
- HttpContext.cs
- ThumbAutomationPeer.cs
- DataGridViewHeaderCell.cs
- RedirectionProxy.cs
- StickyNoteHelper.cs
- StylusEditingBehavior.cs
- TableItemStyle.cs
- TextElementCollection.cs
- LicenseException.cs
- ColorConvertedBitmap.cs
- ProxyDataContractResolver.cs
- DataFormat.cs
- SizeKeyFrameCollection.cs
- FacetEnabledSchemaElement.cs
- ToolStripControlHost.cs
- ThreadExceptionEvent.cs
- recordstatefactory.cs