Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / MediaElementAutomationPeer.cs / 1305600 / 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
- PageCache.cs
- HexParser.cs
- TreeNodeStyle.cs
- ScriptManagerProxy.cs
- XPathNavigatorReader.cs
- EnumUnknown.cs
- HostedImpersonationContext.cs
- Registry.cs
- ResourcesChangeInfo.cs
- DerivedKeySecurityToken.cs
- StateMachineWorkflowDesigner.cs
- TimelineClockCollection.cs
- TemplateBindingExtensionConverter.cs
- Latin1Encoding.cs
- XmlCharacterData.cs
- RadioButton.cs
- PrimitiveDataContract.cs
- MenuEventArgs.cs
- BufferModesCollection.cs
- TerminateWorkflow.cs
- RepeaterDesigner.cs
- ObjectListCommandsPage.cs
- DeferredElementTreeState.cs
- InputBinding.cs
- ResXBuildProvider.cs
- WindowsFormsSynchronizationContext.cs
- PresentationTraceSources.cs
- SafeIUnknown.cs
- FormsAuthenticationCredentials.cs
- TextCompositionManager.cs
- InternalConfigHost.cs
- IIS7UserPrincipal.cs
- ConditionChanges.cs
- ComponentManagerBroker.cs
- AddressAccessDeniedException.cs
- DSASignatureDeformatter.cs
- FixUpCollection.cs
- SecurityElement.cs
- VectorCollectionConverter.cs
- TypedDatasetGenerator.cs
- XmlSerializationReader.cs
- RegexGroupCollection.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- HtmlEmptyTagControlBuilder.cs
- GridViewDesigner.cs
- DigitalSignatureProvider.cs
- MinimizableAttributeTypeConverter.cs
- WorkflowView.cs
- TemplateComponentConnector.cs
- WriteTimeStream.cs
- PopOutPanel.cs
- TreeBuilderBamlTranslator.cs
- DataGridCell.cs
- EditCommandColumn.cs
- HttpBrowserCapabilitiesWrapper.cs
- ResourcePermissionBase.cs
- ListCollectionView.cs
- HttpHeaderCollection.cs
- DesignTimeParseData.cs
- VisualTransition.cs
- SeverityFilter.cs
- TextElement.cs
- BaseCodePageEncoding.cs
- ObjectManager.cs
- ConfigurationPermission.cs
- FlowDocumentReader.cs
- SubpageParagraph.cs
- DBParameter.cs
- WindowsStatusBar.cs
- AuthenticateEventArgs.cs
- StateWorkerRequest.cs
- StylusPointPropertyInfoDefaults.cs
- RayHitTestParameters.cs
- WriteableBitmap.cs
- CodeAssignStatement.cs
- BindableTemplateBuilder.cs
- FixedPage.cs
- EventLogConfiguration.cs
- DelegateSerializationHolder.cs
- Splitter.cs
- ReaderOutput.cs
- FieldAccessException.cs
- EditingMode.cs
- WebPartCancelEventArgs.cs
- FixedSOMPage.cs
- MessageProtectionOrder.cs
- LOSFormatter.cs
- WorkflowIdleBehavior.cs
- ResolvedKeyFrameEntry.cs
- NotFiniteNumberException.cs
- SetMemberBinder.cs
- ComponentDispatcher.cs
- TransformerInfo.cs
- SchemaEntity.cs
- ContractNamespaceAttribute.cs
- StructuredTypeEmitter.cs
- XmlFormatReaderGenerator.cs
- RegisteredScript.cs
- SafeNativeMethods.cs
- SafeSecurityHelper.cs