Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / MenuAutomationPeer.cs / 1305600 / MenuAutomationPeer.cs
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class MenuAutomationPeer : FrameworkElementAutomationPeer { /// public MenuAutomationPeer(Menu owner): base(owner) { } /// override protected string GetClassNameCore() { return "Menu"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Menu; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class MenuAutomationPeer : FrameworkElementAutomationPeer { /// public MenuAutomationPeer(Menu owner): base(owner) { } /// override protected string GetClassNameCore() { return "Menu"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Menu; } } } // 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
- DataGridHeaderBorder.cs
- HelpProvider.cs
- UniqueConstraint.cs
- GenericPrincipal.cs
- SafeFileMappingHandle.cs
- DataSourceHelper.cs
- XXXOnTypeBuilderInstantiation.cs
- HttpModuleActionCollection.cs
- BuildResultCache.cs
- XmlChoiceIdentifierAttribute.cs
- ConvertersCollection.cs
- AppDomainManager.cs
- InternalControlCollection.cs
- PrivilegeNotHeldException.cs
- RequestCacheManager.cs
- DataGridViewIntLinkedList.cs
- WebBrowserEvent.cs
- InvalidDataException.cs
- TraceHwndHost.cs
- PolicyLevel.cs
- Base64Encoder.cs
- TimeSpanSecondsConverter.cs
- XPathException.cs
- TokenBasedSetEnumerator.cs
- RawStylusInputReport.cs
- BitmapFrame.cs
- HMACSHA512.cs
- IISUnsafeMethods.cs
- ClientTargetSection.cs
- DataObjectCopyingEventArgs.cs
- RC2.cs
- FrameDimension.cs
- Tokenizer.cs
- Configuration.cs
- LinearKeyFrames.cs
- ApplicationContext.cs
- DataRowComparer.cs
- TraversalRequest.cs
- ItemsPanelTemplate.cs
- EditorZoneBase.cs
- RC2CryptoServiceProvider.cs
- StyleBamlTreeBuilder.cs
- OutputBuffer.cs
- DateTimePicker.cs
- URLMembershipCondition.cs
- CompareInfo.cs
- SerTrace.cs
- NumberFormatInfo.cs
- ReceiveCompletedEventArgs.cs
- KeyInstance.cs
- TrackBar.cs
- ExpressionTextBox.xaml.cs
- HighlightComponent.cs
- HostedTransportConfigurationBase.cs
- WCFModelStrings.Designer.cs
- DependencyPropertyConverter.cs
- CssStyleCollection.cs
- MenuItemBinding.cs
- DesignerLoader.cs
- LogRestartAreaEnumerator.cs
- SequentialWorkflowHeaderFooter.cs
- Rectangle.cs
- CssClassPropertyAttribute.cs
- ApplicationServiceHelper.cs
- AmbientValueAttribute.cs
- Container.cs
- GlobalizationAssembly.cs
- ZipIOExtraFieldPaddingElement.cs
- WebPartCatalogCloseVerb.cs
- ContainerVisual.cs
- EnvelopeVersion.cs
- PersonalizationStateInfoCollection.cs
- PropertySegmentSerializer.cs
- ConfigurationSectionGroupCollection.cs
- documentation.cs
- ServiceOperationViewControl.cs
- bidPrivateBase.cs
- Variable.cs
- HttpStreamMessage.cs
- BatchServiceHost.cs
- ContentDisposition.cs
- DataGridViewAccessibleObject.cs
- UserPersonalizationStateInfo.cs
- SecurityRuntime.cs
- PersistenceTypeAttribute.cs
- EncodingTable.cs
- WebControlParameterProxy.cs
- NativeMethods.cs
- SecurityDescriptor.cs
- Soap.cs
- AssemblyBuilderData.cs
- AsyncContentLoadedEventArgs.cs
- AnnouncementInnerClientCD1.cs
- UrlMapping.cs
- TextBoxDesigner.cs
- CodeDirectoryCompiler.cs
- SelectionRange.cs
- XmlNodeList.cs
- MouseEventArgs.cs
- ProxyAttribute.cs