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
- _NestedMultipleAsyncResult.cs
- UnsafeNativeMethods.cs
- XmlComplianceUtil.cs
- ParsedAttributeCollection.cs
- ScriptServiceAttribute.cs
- ResolveMatchesApril2005.cs
- IndentedTextWriter.cs
- DynamicControlParameter.cs
- EntityReference.cs
- DataServiceException.cs
- QueryResult.cs
- ArraySet.cs
- infer.cs
- EventProviderWriter.cs
- MatrixValueSerializer.cs
- ReadOnlyPermissionSet.cs
- Int16AnimationUsingKeyFrames.cs
- SHA1CryptoServiceProvider.cs
- HighContrastHelper.cs
- BooleanStorage.cs
- Token.cs
- DetailsViewCommandEventArgs.cs
- LinqDataSourceSelectEventArgs.cs
- WmiEventSink.cs
- GridProviderWrapper.cs
- CssTextWriter.cs
- SoapIgnoreAttribute.cs
- StringReader.cs
- RSAOAEPKeyExchangeDeformatter.cs
- DataSet.cs
- XmlCodeExporter.cs
- System.Data_BID.cs
- PartDesigner.cs
- CfgSemanticTag.cs
- WebPartDescription.cs
- EntityConnection.cs
- StatusBar.cs
- FixedSOMLineRanges.cs
- DataGridViewIntLinkedList.cs
- WCFServiceClientProxyGenerator.cs
- HtmlTable.cs
- EncodingNLS.cs
- ProcessInfo.cs
- DigitalSignatureProvider.cs
- DataGridViewCellPaintingEventArgs.cs
- ThemeDictionaryExtension.cs
- RuntimeDelegateArgument.cs
- DataGridViewAdvancedBorderStyle.cs
- SystemMulticastIPAddressInformation.cs
- SmtpMail.cs
- OleDbRowUpdatedEvent.cs
- XmlSchemaImport.cs
- BorderGapMaskConverter.cs
- XamlInt32CollectionSerializer.cs
- WebControl.cs
- Attribute.cs
- QuaternionRotation3D.cs
- TreeViewImageIndexConverter.cs
- EastAsianLunisolarCalendar.cs
- TextTreeUndoUnit.cs
- ImageMetadata.cs
- XpsFixedPageReaderWriter.cs
- DecoderFallbackWithFailureFlag.cs
- QilList.cs
- NavigationProperty.cs
- StaticResourceExtension.cs
- TypedAsyncResult.cs
- PermissionAttributes.cs
- MulticastNotSupportedException.cs
- InheritanceAttribute.cs
- HashSet.cs
- Rotation3DAnimationBase.cs
- HostingEnvironmentSection.cs
- DataGridViewHitTestInfo.cs
- ClientScriptItemCollection.cs
- XmlDataSourceNodeDescriptor.cs
- ResourceReader.cs
- DataSourceExpression.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- DataGridColumnsPage.cs
- SurrogateEncoder.cs
- MethodBody.cs
- RegexRunner.cs
- SoapReflectionImporter.cs
- BindingOperations.cs
- BrowserDefinition.cs
- DataSourceSerializationException.cs
- TextEditorLists.cs
- DataGridToolTip.cs
- BitVector32.cs
- SchemaElementLookUpTableEnumerator.cs
- ToolBarTray.cs
- TransformerInfoCollection.cs
- ImageList.cs
- NegotiationTokenAuthenticatorStateCache.cs
- SetterBase.cs
- DirectoryObjectSecurity.cs
- NullableConverter.cs
- CatalogZone.cs
- BaseValidator.cs