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
- LayoutExceptionEventArgs.cs
- AccessDataSourceView.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ProbeMatchesApril2005.cs
- WebBrowserPermission.cs
- ImplicitInputBrush.cs
- WebPartAddingEventArgs.cs
- ParameterReplacerVisitor.cs
- IOException.cs
- JavaScriptSerializer.cs
- XmlAttributeAttribute.cs
- QilName.cs
- WinEventHandler.cs
- BaseValidator.cs
- ArrangedElement.cs
- LinkDescriptor.cs
- XD.cs
- ISSmlParser.cs
- StatusBarAutomationPeer.cs
- TreeNodeBindingDepthConverter.cs
- BindingExpression.cs
- HitTestFilterBehavior.cs
- RectKeyFrameCollection.cs
- TrackingStringDictionary.cs
- DefinitionBase.cs
- DbProviderFactoriesConfigurationHandler.cs
- WsdlBuildProvider.cs
- DefaultTraceListener.cs
- Parser.cs
- MultiView.cs
- WebExceptionStatus.cs
- AnnotationComponentManager.cs
- CommonRemoteMemoryBlock.cs
- ArrayWithOffset.cs
- FloatUtil.cs
- DataServiceResponse.cs
- DistributedTransactionPermission.cs
- ButtonChrome.cs
- XamlFilter.cs
- PriorityChain.cs
- WinInet.cs
- MSAAEventDispatcher.cs
- Quad.cs
- UrlRoutingModule.cs
- ObjectSecurity.cs
- ComponentChangedEvent.cs
- DataGridViewRowsAddedEventArgs.cs
- WindowsHyperlink.cs
- Point.cs
- WebPartConnectVerb.cs
- PathFigure.cs
- ZipIOExtraFieldZip64Element.cs
- DaylightTime.cs
- StsCommunicationException.cs
- PrintEvent.cs
- PerformanceCountersElement.cs
- StringFunctions.cs
- DragDrop.cs
- ParentUndoUnit.cs
- MD5.cs
- TextSearch.cs
- ListItemCollection.cs
- MessageSmuggler.cs
- XsdDataContractExporter.cs
- ResourceDictionaryCollection.cs
- PackWebResponse.cs
- Geometry.cs
- TemplateBindingExpressionConverter.cs
- XmlDictionaryWriter.cs
- MessageBodyDescription.cs
- XmlTypeAttribute.cs
- ActionMessageFilterTable.cs
- StackOverflowException.cs
- GeometryGroup.cs
- Symbol.cs
- BinHexEncoder.cs
- TextPattern.cs
- EmptyCollection.cs
- SecurityManager.cs
- DataGridViewMethods.cs
- CachedPathData.cs
- CreateUserWizardAutoFormat.cs
- VisualProxy.cs
- GridViewCommandEventArgs.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- ColorTranslator.cs
- ReadOnlyDataSource.cs
- AuthenticatingEventArgs.cs
- Point3DCollectionConverter.cs
- TitleStyle.cs
- SettingsProviderCollection.cs
- TextPenaltyModule.cs
- MatrixAnimationUsingPath.cs
- DataBinder.cs
- InstancePersistence.cs
- StructuralType.cs
- HttpListenerElement.cs
- ConfigXmlAttribute.cs
- UInt64Converter.cs
- XamlDesignerSerializationManager.cs