Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ThumbAutomationPeer.cs / 1305600 / 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;
}
}
}
// 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
- EventlogProvider.cs
- TraceUtility.cs
- UInt64Converter.cs
- FormView.cs
- XNodeNavigator.cs
- WebPart.cs
- ThreadSafeList.cs
- BaseCollection.cs
- BamlResourceSerializer.cs
- BindingValueChangedEventArgs.cs
- RtfControls.cs
- ConvertEvent.cs
- CustomPopupPlacement.cs
- ToolBarOverflowPanel.cs
- PropertyManager.cs
- GeneralTransform3DGroup.cs
- TypeTypeConverter.cs
- Environment.cs
- BindableTemplateBuilder.cs
- ExtensionQuery.cs
- Cursor.cs
- CompressStream.cs
- DateTimeOffset.cs
- ExpanderAutomationPeer.cs
- InvalidFilterCriteriaException.cs
- TableSectionStyle.cs
- WriteLineDesigner.xaml.cs
- EditingCommands.cs
- Encoder.cs
- storagemappingitemcollection.viewdictionary.cs
- RequestCacheManager.cs
- OfTypeExpression.cs
- DecimalAnimation.cs
- Button.cs
- MultiByteCodec.cs
- BooleanStorage.cs
- PropertyToken.cs
- ClientSponsor.cs
- Int32Storage.cs
- SplitterCancelEvent.cs
- RawKeyboardInputReport.cs
- xmlglyphRunInfo.cs
- LinqDataSourceSelectEventArgs.cs
- HttpHandlersSection.cs
- SqlInternalConnection.cs
- BitmapEffectState.cs
- TableFieldsEditor.cs
- ProgressChangedEventArgs.cs
- TextRangeSerialization.cs
- BulletChrome.cs
- ArraySegment.cs
- AttachmentService.cs
- WeakHashtable.cs
- HttpCapabilitiesSectionHandler.cs
- SuppressMessageAttribute.cs
- SerializationException.cs
- FutureFactory.cs
- QuadraticBezierSegment.cs
- SchemaElementDecl.cs
- UITypeEditors.cs
- WebPartConnectVerb.cs
- NameTable.cs
- OperationCanceledException.cs
- CodeCatchClauseCollection.cs
- ToolStripRenderEventArgs.cs
- FormViewRow.cs
- Rules.cs
- QueryCacheEntry.cs
- PerformanceCounters.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- AccessibleObject.cs
- ExpandableObjectConverter.cs
- DoubleCollectionValueSerializer.cs
- ParseNumbers.cs
- MethodBody.cs
- SqlDataSourceQueryEditor.cs
- SudsParser.cs
- HttpContextBase.cs
- SQLBytes.cs
- XmlSchemaProviderAttribute.cs
- Bold.cs
- CapabilitiesRule.cs
- DataContext.cs
- ParamArrayAttribute.cs
- ForceCopyBuildProvider.cs
- CodeTypeParameterCollection.cs
- Fonts.cs
- MsmqIntegrationOutputChannel.cs
- SqlUserDefinedAggregateAttribute.cs
- GridErrorDlg.cs
- WebPartDisplayModeEventArgs.cs
- StateRuntime.cs
- TableCell.cs
- Rotation3DKeyFrameCollection.cs
- BuiltInExpr.cs
- OptionUsage.cs
- WaitForChangedResult.cs
- CodeObjectCreateExpression.cs
- XmlAnyAttributeAttribute.cs
- AttributeUsageAttribute.cs