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
- ArraySegment.cs
- DateTime.cs
- Point3DCollection.cs
- TextView.cs
- Soap.cs
- EventMap.cs
- BasePattern.cs
- ObjectAssociationEndMapping.cs
- KeyValueSerializer.cs
- SafeFindHandle.cs
- FrameworkElementAutomationPeer.cs
- Attributes.cs
- SchemaImporter.cs
- DragStartedEventArgs.cs
- XmlExpressionDumper.cs
- RelationshipConstraintValidator.cs
- TextStore.cs
- GenericRootAutomationPeer.cs
- HttpRequest.cs
- SafeHGlobalHandleCritical.cs
- Label.cs
- UserMapPath.cs
- MsmqProcessProtocolHandler.cs
- HtmlInputSubmit.cs
- LocalizedNameDescriptionPair.cs
- SrgsToken.cs
- DependencyStoreSurrogate.cs
- HtmlHead.cs
- ImageListUtils.cs
- Overlapped.cs
- OleDbException.cs
- IList.cs
- QueryConverter.cs
- HttpCapabilitiesBase.cs
- IntegerValidatorAttribute.cs
- SqlTransaction.cs
- DataGridViewLinkCell.cs
- FeatureSupport.cs
- WebPartConnectVerb.cs
- Geometry.cs
- UnsignedPublishLicense.cs
- MinMaxParagraphWidth.cs
- SemaphoreFullException.cs
- PersonalizationProviderCollection.cs
- Function.cs
- ProfileSettingsCollection.cs
- SafeMILHandle.cs
- HyperLinkField.cs
- Hex.cs
- PlaceHolder.cs
- SimpleType.cs
- IFlowDocumentViewer.cs
- ByteStream.cs
- ConstraintStruct.cs
- XmlILIndex.cs
- Site.cs
- WSFederationHttpBindingCollectionElement.cs
- NavigationProgressEventArgs.cs
- SystemEvents.cs
- StorageComplexPropertyMapping.cs
- PictureBox.cs
- SatelliteContractVersionAttribute.cs
- GetPageNumberCompletedEventArgs.cs
- ConnectionStringsSection.cs
- BoundingRectTracker.cs
- TypeListConverter.cs
- WorkflowRuntimeServiceElement.cs
- CollectionViewProxy.cs
- IdnMapping.cs
- ToolboxSnapDragDropEventArgs.cs
- SessionState.cs
- FreezableCollection.cs
- InertiaExpansionBehavior.cs
- XmlSchemaAny.cs
- SByteStorage.cs
- RenderOptions.cs
- ProcessModuleCollection.cs
- ConfigurationCollectionAttribute.cs
- Quaternion.cs
- ValidationPropertyAttribute.cs
- EdmValidator.cs
- DataGridCaption.cs
- SafeRegistryHandle.cs
- DesignerVerb.cs
- RijndaelManaged.cs
- DesignSurface.cs
- SecUtil.cs
- CompositeDispatchFormatter.cs
- DataListItemCollection.cs
- ProtectedConfigurationSection.cs
- AssemblyInfo.cs
- DataGridTextBoxColumn.cs
- StreamGeometryContext.cs
- MatrixAnimationUsingPath.cs
- shaperfactoryquerycachekey.cs
- OpenTypeLayoutCache.cs
- PropertyDescriptor.cs
- SafeEventLogReadHandle.cs
- PersonalizableTypeEntry.cs
- NullableBoolConverter.cs