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
- RectAnimationBase.cs
- SmiSettersStream.cs
- Delegate.cs
- Margins.cs
- BitmapEncoder.cs
- SiteMapNode.cs
- Mutex.cs
- ChangeConflicts.cs
- ItemChangedEventArgs.cs
- WebPart.cs
- ConfigurationProviderException.cs
- _ListenerRequestStream.cs
- UnmanagedHandle.cs
- XPathNodeHelper.cs
- WinFormsSecurity.cs
- CurrencyManager.cs
- UpdatePanelTriggerCollection.cs
- MaskDescriptors.cs
- TemplateControlBuildProvider.cs
- WebPartCollection.cs
- ResXResourceWriter.cs
- MenuItemBindingCollection.cs
- SchemaCollectionCompiler.cs
- SqlConnection.cs
- StorageMappingItemCollection.cs
- ExpandableObjectConverter.cs
- DetailsViewPageEventArgs.cs
- AsymmetricSignatureDeformatter.cs
- HtmlElement.cs
- Console.cs
- TriggerAction.cs
- __ConsoleStream.cs
- SafeHGlobalHandleCritical.cs
- ISAPIRuntime.cs
- Command.cs
- ThemeableAttribute.cs
- ColorContext.cs
- ResolvedKeyFrameEntry.cs
- SizeConverter.cs
- XmlUrlResolver.cs
- MultiSelector.cs
- DataControlFieldCell.cs
- SignatureConfirmations.cs
- CrossAppDomainChannel.cs
- SQLMoney.cs
- CalendarDateRangeChangingEventArgs.cs
- DoubleAnimation.cs
- ProviderConnectionPoint.cs
- RotationValidation.cs
- RegionIterator.cs
- KerberosSecurityTokenProvider.cs
- RepeaterItemEventArgs.cs
- OneOfElement.cs
- XmlAnyAttributeAttribute.cs
- TypefaceMetricsCache.cs
- BinaryFormatterSinks.cs
- SqlBinder.cs
- SafeCloseHandleCritical.cs
- TPLETWProvider.cs
- ComplusTypeValidator.cs
- OleDbParameterCollection.cs
- HitTestWithPointDrawingContextWalker.cs
- ModuleElement.cs
- KeyConverter.cs
- StatusBarItem.cs
- PerformanceCounterPermissionEntryCollection.cs
- Rfc2898DeriveBytes.cs
- XmlSchema.cs
- CryptoHandle.cs
- CustomErrorsSection.cs
- IPCCacheManager.cs
- RegexGroupCollection.cs
- CapabilitiesAssignment.cs
- DataAccessException.cs
- DefaultMemberAttribute.cs
- FirstMatchCodeGroup.cs
- DescendantOverDescendantQuery.cs
- FrameworkContextData.cs
- Win32SafeHandles.cs
- TheQuery.cs
- VisualBrush.cs
- DoubleAnimationUsingKeyFrames.cs
- FontDifferentiator.cs
- NotImplementedException.cs
- AutomationPattern.cs
- BindingWorker.cs
- StoreContentChangedEventArgs.cs
- TypeAccessException.cs
- X509Extension.cs
- NamedObjectList.cs
- InvalidCastException.cs
- BufferModesCollection.cs
- ItemCollectionEditor.cs
- PatternMatcher.cs
- BasicCommandTreeVisitor.cs
- HtmlContainerControl.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- PassportAuthenticationModule.cs
- StreamWriter.cs
- QilStrConcatenator.cs