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
- SelectionWordBreaker.cs
- DirectionalLight.cs
- AuthenticationModuleElementCollection.cs
- PasswordDeriveBytes.cs
- SchemaMapping.cs
- TemplatingOptionsDialog.cs
- DBCSCodePageEncoding.cs
- TemplatePagerField.cs
- ScrollViewer.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- EmptyReadOnlyDictionaryInternal.cs
- LogManagementAsyncResult.cs
- WindowsSpinner.cs
- ButtonBase.cs
- PointValueSerializer.cs
- DataControlField.cs
- ErrorsHelper.cs
- UIElementParaClient.cs
- SmtpFailedRecipientsException.cs
- DefaultBinder.cs
- RectAnimation.cs
- UserControlParser.cs
- EntryIndex.cs
- SpotLight.cs
- WCFServiceClientProxyGenerator.cs
- DefaultValueMapping.cs
- ReadOnlyDictionary.cs
- TemplateBindingExpressionConverter.cs
- EdmSchemaError.cs
- ErrorsHelper.cs
- SoapIgnoreAttribute.cs
- ActivityExecutionContextCollection.cs
- ObjectAssociationEndMapping.cs
- ReflectionServiceProvider.cs
- ConfigPathUtility.cs
- x509store.cs
- BlockCollection.cs
- CodePrimitiveExpression.cs
- PinnedBufferMemoryStream.cs
- XmlTextEncoder.cs
- ProcessStartInfo.cs
- ListControlBuilder.cs
- PlatformCulture.cs
- VBCodeProvider.cs
- SafeLocalMemHandle.cs
- FlowDocumentFormatter.cs
- DnsPermission.cs
- WebPartAuthorizationEventArgs.cs
- PageBuildProvider.cs
- ToolStripLocationCancelEventArgs.cs
- StringFormat.cs
- FontFamilyValueSerializer.cs
- DataGridTextBox.cs
- DataGridToolTip.cs
- ChildTable.cs
- HttpListenerContext.cs
- AttributeSetAction.cs
- Soap.cs
- XPathException.cs
- LOSFormatter.cs
- SqlUnionizer.cs
- NativeMethods.cs
- WhitespaceRule.cs
- ConnectorRouter.cs
- QualificationDataAttribute.cs
- XmlHierarchyData.cs
- GeneratedCodeAttribute.cs
- GridViewSelectEventArgs.cs
- SafeCryptoKeyHandle.cs
- GetPageCompletedEventArgs.cs
- DesignTable.cs
- StringWriter.cs
- DesignerObjectListAdapter.cs
- PageStatePersister.cs
- TagMapCollection.cs
- ValidationError.cs
- ProtectedConfigurationProviderCollection.cs
- BasicCellRelation.cs
- cookie.cs
- WindowsEditBoxRange.cs
- TextElementEnumerator.cs
- StylusShape.cs
- Translator.cs
- ContextStack.cs
- ConnectionProviderAttribute.cs
- TemplateNameScope.cs
- DataGridViewTopLeftHeaderCell.cs
- TiffBitmapEncoder.cs
- NullExtension.cs
- WebPartEditorApplyVerb.cs
- AppliedDeviceFiltersEditor.cs
- XmlCharacterData.cs
- DbSetClause.cs
- OutputCacheSettings.cs
- LocatorPartList.cs
- PassportAuthenticationEventArgs.cs
- ListViewItemMouseHoverEvent.cs
- StylusShape.cs
- ParagraphResult.cs
- QueryContinueDragEventArgs.cs