Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Automation / Peers / ContextMenuAutomationPeer.cs / 1 / ContextMenuAutomationPeer.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 ContextMenuAutomationPeer : FrameworkElementAutomationPeer { /// public ContextMenuAutomationPeer(ContextMenu owner): base(owner) { } /// override protected string GetClassNameCore() { return "ContextMenu"; } /// 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
- DBConcurrencyException.cs
- RijndaelManaged.cs
- XmlSchemaGroup.cs
- ApplicationSecurityManager.cs
- NativeMethods.cs
- AggregateNode.cs
- WebBrowserNavigatedEventHandler.cs
- AggregateNode.cs
- QuaternionAnimation.cs
- UseManagedPresentationBindingElementImporter.cs
- TypeDescriptionProviderAttribute.cs
- ToolTipService.cs
- StyleCollectionEditor.cs
- ExpressionVisitorHelpers.cs
- DataGridPageChangedEventArgs.cs
- ApplicationManager.cs
- ExpressionConverter.cs
- RedirectionProxy.cs
- WindowsListBox.cs
- SafeNativeMethods.cs
- XmlQueryRuntime.cs
- MetadataCacheItem.cs
- FileDialog_Vista_Interop.cs
- SoapServerMethod.cs
- MembershipValidatePasswordEventArgs.cs
- ResourceReader.cs
- BasicHttpMessageSecurityElement.cs
- CultureData.cs
- LicenseProviderAttribute.cs
- StaticSiteMapProvider.cs
- CommonGetThemePartSize.cs
- NamespaceDisplay.xaml.cs
- EventEntry.cs
- Evaluator.cs
- SQLInt32.cs
- DataServiceEntityAttribute.cs
- PrePrepareMethodAttribute.cs
- webproxy.cs
- GlyphRunDrawing.cs
- ButtonChrome.cs
- WebPageTraceListener.cs
- HttpApplicationFactory.cs
- ManifestResourceInfo.cs
- GlobalizationSection.cs
- ScrollChrome.cs
- SHA384.cs
- StringComparer.cs
- BrowserDefinitionCollection.cs
- Aes.cs
- BaseDataBoundControl.cs
- LeftCellWrapper.cs
- DbDataAdapter.cs
- SspiHelper.cs
- HtmlInputCheckBox.cs
- CaseInsensitiveOrdinalStringComparer.cs
- PropertiesTab.cs
- CollectionChange.cs
- DataBoundLiteralControl.cs
- ParenthesizePropertyNameAttribute.cs
- ParsedAttributeCollection.cs
- RemotingConfigParser.cs
- FlowDocumentReader.cs
- ViewCellRelation.cs
- ColorAnimation.cs
- ClientScriptManager.cs
- XamlFxTrace.cs
- Decoder.cs
- TypeUsageBuilder.cs
- ClientRuntimeConfig.cs
- OracleEncoding.cs
- OpenTypeMethods.cs
- SrgsToken.cs
- AttachedPropertyBrowsableAttribute.cs
- MediaTimeline.cs
- StreamWithDictionary.cs
- VirtualPathProvider.cs
- VisualStyleInformation.cs
- PreProcessor.cs
- DataSourceSelectArguments.cs
- Trigger.cs
- FormsAuthenticationUser.cs
- CertificateManager.cs
- HttpConfigurationSystem.cs
- IODescriptionAttribute.cs
- ToolStripItemTextRenderEventArgs.cs
- XmlLinkedNode.cs
- SupportingTokenListenerFactory.cs
- OdbcEnvironment.cs
- StringCollectionMarkupSerializer.cs
- Span.cs
- Latin1Encoding.cs
- TriggerCollection.cs
- DataSpaceManager.cs
- ScriptReference.cs
- EventSchemaTraceListener.cs
- EventLog.cs
- EventProxy.cs
- ToolBarOverflowPanel.cs
- IPAddressCollection.cs
- Parameter.cs