Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / Viewport3DAutomationPeer.cs / 1305600 / Viewport3DAutomationPeer.cs
using System;
using System.Windows;
using System.Windows.Controls;
namespace System.Windows.Automation.Peers
{
///
public class Viewport3DAutomationPeer : FrameworkElementAutomationPeer
{
///
public Viewport3DAutomationPeer(Viewport3D owner)
: base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "Viewport3D";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Custom;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Windows;
using System.Windows.Controls;
namespace System.Windows.Automation.Peers
{
///
public class Viewport3DAutomationPeer : FrameworkElementAutomationPeer
{
///
public Viewport3DAutomationPeer(Viewport3D owner)
: base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "Viewport3D";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Custom;
}
}
}
// 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
- PlatformCulture.cs
- FaultContext.cs
- StrongBox.cs
- UnsafeNativeMethods.cs
- BitArray.cs
- ApplicationTrust.cs
- XPathCompileException.cs
- WindowsListViewItemStartMenu.cs
- RsaSecurityKey.cs
- TdsRecordBufferSetter.cs
- BitSet.cs
- DataTableClearEvent.cs
- StatusBarItemAutomationPeer.cs
- WebPartHelpVerb.cs
- SoapSchemaExporter.cs
- FlagsAttribute.cs
- DrawingState.cs
- NameSpaceExtractor.cs
- OdbcParameter.cs
- UnsafeNativeMethods.cs
- BitmapEffectInputData.cs
- InvokePattern.cs
- _Win32.cs
- WebBrowsableAttribute.cs
- CollectionContainer.cs
- CanonicalFontFamilyReference.cs
- DocumentSchemaValidator.cs
- BevelBitmapEffect.cs
- OutputScope.cs
- NetworkAddressChange.cs
- EmptyImpersonationContext.cs
- DynamicDiscoSearcher.cs
- SqlWorkflowPersistenceService.cs
- CompiledWorkflowDefinitionContext.cs
- DataTemplateSelector.cs
- Guid.cs
- Image.cs
- SEHException.cs
- WindowsTreeView.cs
- DataPagerCommandEventArgs.cs
- ImageDrawing.cs
- BitmapEffectCollection.cs
- PublishLicense.cs
- HijriCalendar.cs
- FrameworkPropertyMetadata.cs
- RSATokenProvider.cs
- DurableInstancingOptions.cs
- DbTypeMap.cs
- FormatConvertedBitmap.cs
- BackgroundFormatInfo.cs
- CursorInteropHelper.cs
- DetailsView.cs
- PermissionToken.cs
- SafeFileMappingHandle.cs
- VirtualDirectoryMapping.cs
- TextEncodedRawTextWriter.cs
- AttributeCollection.cs
- xml.cs
- DetailsViewModeEventArgs.cs
- MailSettingsSection.cs
- CqlErrorHelper.cs
- WebConfigurationFileMap.cs
- DeferredSelectedIndexReference.cs
- HtmlValidatorAdapter.cs
- UrlPath.cs
- ExpressionBuilder.cs
- ColorAnimationUsingKeyFrames.cs
- OracleParameterBinding.cs
- HwndTarget.cs
- AsyncSerializedWorker.cs
- HMACSHA512.cs
- DeclarativeConditionsCollection.cs
- FSWPathEditor.cs
- GroupByExpressionRewriter.cs
- SoapException.cs
- SqlServer2KCompatibilityCheck.cs
- StyleXamlParser.cs
- JavascriptCallbackMessageInspector.cs
- CommonDialog.cs
- CompositeCollectionView.cs
- DesignerOptionService.cs
- InfoCardRSACryptoProvider.cs
- StatusBar.cs
- InputManager.cs
- RuleSettings.cs
- Subset.cs
- SR.cs
- NamespaceTable.cs
- EventMap.cs
- QueryConverter.cs
- XsdBuilder.cs
- Quad.cs
- NumberFormatter.cs
- NonParentingControl.cs
- CompareInfo.cs
- OutputCacheModule.cs
- PagesSection.cs
- Rect3DValueSerializer.cs
- Accessible.cs
- DataRowView.cs