Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / ThumbAutomationPeer.cs / 1 / ThumbAutomationPeer.cs
using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ThumbAutomationPeer : FrameworkElementAutomationPeer
{
///
public ThumbAutomationPeer(Thumb owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "Thumb";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Thumb;
}
///
protected override string GetNameCore()
{
return null;
}
}
}
// 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.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ThumbAutomationPeer : FrameworkElementAutomationPeer
{
///
public ThumbAutomationPeer(Thumb owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "Thumb";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Thumb;
}
///
protected override string GetNameCore()
{
return null;
}
}
}
// 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
- SiteMapDataSourceView.cs
- StyleModeStack.cs
- ExceptionHandlerDesigner.cs
- EdmConstants.cs
- DataSourceConverter.cs
- IIS7UserPrincipal.cs
- QuaternionConverter.cs
- FaultContractInfo.cs
- TagNameToTypeMapper.cs
- MobileControlsSection.cs
- ConfigXmlSignificantWhitespace.cs
- TrustManager.cs
- EventToken.cs
- _ListenerResponseStream.cs
- _CommandStream.cs
- _SecureChannel.cs
- FactoryGenerator.cs
- ApplicationSecurityInfo.cs
- WorkflowExecutor.cs
- VolatileResourceManager.cs
- SpellerInterop.cs
- GlyphRunDrawing.cs
- DoubleCollection.cs
- CloseCryptoHandleRequest.cs
- OleDbCommandBuilder.cs
- FileSystemWatcher.cs
- Lasso.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ProxyHelper.cs
- ThicknessAnimationUsingKeyFrames.cs
- CustomAttributeSerializer.cs
- ToolBar.cs
- IgnoreFlushAndCloseStream.cs
- DesignerVerb.cs
- SqlErrorCollection.cs
- TypefaceMap.cs
- SelectionRangeConverter.cs
- Win32.cs
- GeometryHitTestResult.cs
- SqlInternalConnectionSmi.cs
- FaultReason.cs
- WebSysDescriptionAttribute.cs
- IntegerValidator.cs
- AnimationException.cs
- ValidationResult.cs
- ClosableStream.cs
- IRCollection.cs
- ServiceDescriptions.cs
- HttpListenerContext.cs
- RoutedEventValueSerializer.cs
- WebBrowserNavigatingEventHandler.cs
- StrongNameKeyPair.cs
- TextServicesHost.cs
- QueryResponse.cs
- ScaleTransform.cs
- GridViewRowCollection.cs
- ReliableMessagingVersionConverter.cs
- XmlObjectSerializer.cs
- XmlNavigatorStack.cs
- DefaultValueConverter.cs
- Grant.cs
- SqlDataSourceQuery.cs
- SoapSchemaExporter.cs
- AnnotationDocumentPaginator.cs
- DisplayInformation.cs
- AssemblyAttributesGoHere.cs
- SpoolingTask.cs
- TransformDescriptor.cs
- ExternalCalls.cs
- ManualResetEvent.cs
- FileDetails.cs
- TrustManagerMoreInformation.cs
- EnumerableRowCollectionExtensions.cs
- Point.cs
- TrackingRecordPreFilter.cs
- UIElementParagraph.cs
- DataColumnMapping.cs
- SamlEvidence.cs
- SqlTopReducer.cs
- TabItemAutomationPeer.cs
- WorkflowRuntimeSection.cs
- GetPageCompletedEventArgs.cs
- BitmapEffectDrawingContextWalker.cs
- FileCodeGroup.cs
- KeyInfo.cs
- DefaultCommandConverter.cs
- TypeBrowserDialog.cs
- ValueChangedEventManager.cs
- PngBitmapEncoder.cs
- RoleGroup.cs
- ObjectAssociationEndMapping.cs
- ObfuscationAttribute.cs
- Int64AnimationBase.cs
- CommandEventArgs.cs
- ButtonBase.cs
- QilInvokeLateBound.cs
- LinqDataSourceView.cs
- TreeNodeStyle.cs
- ToggleProviderWrapper.cs
- ContractBase.cs