Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / MediaElementAutomationPeer.cs / 1 / MediaElementAutomationPeer.cs
using System;
using System.Windows;
using System.Windows.Controls;
namespace System.Windows.Automation.Peers
{
///
public class MediaElementAutomationPeer : FrameworkElementAutomationPeer
{
///
public MediaElementAutomationPeer(MediaElement owner)
: base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "MediaElement";
}
///
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 MediaElementAutomationPeer : FrameworkElementAutomationPeer
{
///
public MediaElementAutomationPeer(MediaElement owner)
: base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "MediaElement";
}
///
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
- SimpleBitVector32.cs
- Crc32.cs
- WorkflowDebuggerSteppingAttribute.cs
- InvokePatternIdentifiers.cs
- QuaternionRotation3D.cs
- ThrowOnMultipleAssignment.cs
- Form.cs
- CacheEntry.cs
- CodeTypeReference.cs
- RoutingSection.cs
- ClaimSet.cs
- XmlWriterSettings.cs
- CodeGenHelper.cs
- SelectedDatesCollection.cs
- MessageSecurityTokenVersion.cs
- ServiceDesigner.cs
- SecurityElement.cs
- HtmlElementCollection.cs
- WebPartHeaderCloseVerb.cs
- DBSchemaTable.cs
- UnknownExceptionActionHelper.cs
- CultureInfoConverter.cs
- SmuggledIUnknown.cs
- PrintDocument.cs
- SplineQuaternionKeyFrame.cs
- parserscommon.cs
- propertyentry.cs
- Graphics.cs
- VerificationAttribute.cs
- ObjectItemAttributeAssemblyLoader.cs
- NumericUpDownAccelerationCollection.cs
- MarkupProperty.cs
- ParameterElementCollection.cs
- ResourceType.cs
- mediaclock.cs
- _IPv4Address.cs
- DataSourceSelectArguments.cs
- ManagedWndProcTracker.cs
- IMembershipProvider.cs
- Int32CAMarshaler.cs
- DataGridViewBand.cs
- StoreContentChangedEventArgs.cs
- ScriptRegistrationManager.cs
- Symbol.cs
- NavigationHelper.cs
- UTF8Encoding.cs
- IncrementalReadDecoders.cs
- XsdDateTime.cs
- WebPartDisplayModeEventArgs.cs
- ReversePositionQuery.cs
- NullableDoubleMinMaxAggregationOperator.cs
- Row.cs
- StorageRoot.cs
- unsafenativemethodstextservices.cs
- OracleConnectionString.cs
- FacetChecker.cs
- RelationshipConstraintValidator.cs
- EntityDataSource.cs
- ITreeGenerator.cs
- CanonicalizationDriver.cs
- ListViewDesigner.cs
- FrameworkRichTextComposition.cs
- DoubleLink.cs
- DataGridViewRowPrePaintEventArgs.cs
- __TransparentProxy.cs
- TreeSet.cs
- ApplicationContext.cs
- BamlRecordReader.cs
- AssemblyCache.cs
- UIElement3D.cs
- ExpressionBuilder.cs
- TitleStyle.cs
- DecimalAnimationBase.cs
- AnimationClock.cs
- ScriptReferenceBase.cs
- DropShadowEffect.cs
- IndentedTextWriter.cs
- ErrorTableItemStyle.cs
- XmlAttributeCollection.cs
- AssemblyLoader.cs
- XmlValueConverter.cs
- OLEDB_Enum.cs
- AudioFormatConverter.cs
- PriorityItem.cs
- StyleModeStack.cs
- NamespaceEmitter.cs
- SerialReceived.cs
- EventRecord.cs
- StreamWriter.cs
- FrameworkElementFactory.cs
- WebPartMovingEventArgs.cs
- EmptyControlCollection.cs
- SafeIUnknown.cs
- TransformerInfo.cs
- Point3D.cs
- SystemPens.cs
- SqlConnectionStringBuilder.cs
- Pipe.cs
- RuleSettingsCollection.cs
- SqlDataSourceStatusEventArgs.cs