Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ContextMenuAutomationPeer.cs / 1305600 / 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
- Component.cs
- SafePointer.cs
- EditorAttribute.cs
- RadioButtonPopupAdapter.cs
- ListControl.cs
- FtpWebRequest.cs
- SelectedDatesCollection.cs
- Maps.cs
- Security.cs
- ModuleConfigurationInfo.cs
- MouseButtonEventArgs.cs
- GacUtil.cs
- VisualBrush.cs
- SafeNativeMethodsOther.cs
- Util.cs
- DataTableMappingCollection.cs
- TextPattern.cs
- BindableAttribute.cs
- PropertyItemInternal.cs
- MsdtcClusterUtils.cs
- HotSpotCollection.cs
- CryptoApi.cs
- DesignerDataTableBase.cs
- PropertyInformationCollection.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ExtentKey.cs
- DbConnectionStringBuilder.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- StorageMappingFragment.cs
- ParamArrayAttribute.cs
- TextInfo.cs
- XmlSchemaSet.cs
- ControlPropertyNameConverter.cs
- TemplateBuilder.cs
- PathSegment.cs
- ObjectSecurity.cs
- EdgeProfileValidation.cs
- ErrorStyle.cs
- ExceptionHandler.cs
- XmlQueryContext.cs
- StoreItemCollection.cs
- Atom10FormatterFactory.cs
- DataGridViewCellPaintingEventArgs.cs
- StorageMappingItemLoader.cs
- WeakReference.cs
- CustomWebEventKey.cs
- FixedTextSelectionProcessor.cs
- GreenMethods.cs
- ControlParser.cs
- TemplateXamlTreeBuilder.cs
- StorageMappingFragment.cs
- SocketInformation.cs
- DecoratedNameAttribute.cs
- SatelliteContractVersionAttribute.cs
- autovalidator.cs
- StorageEndPropertyMapping.cs
- ProcessHostServerConfig.cs
- PageAsyncTaskManager.cs
- BitmapFrameEncode.cs
- ComboBox.cs
- ExtensibleClassFactory.cs
- Comparer.cs
- DbgUtil.cs
- columnmapfactory.cs
- TypeRestriction.cs
- controlskin.cs
- ServiceInfoCollection.cs
- TextContainerHelper.cs
- ListQueryResults.cs
- XLinq.cs
- peersecuritysettings.cs
- ActivityDesignerResources.cs
- ReceiveContextCollection.cs
- AppDomainAttributes.cs
- DesignerCategoryAttribute.cs
- BaseValidator.cs
- CheckBoxBaseAdapter.cs
- EntitySqlQueryCacheKey.cs
- AtomParser.cs
- TextServicesDisplayAttribute.cs
- _ProxyRegBlob.cs
- AdornerDecorator.cs
- WSSecureConversationFeb2005.cs
- DataGridViewColumnCollection.cs
- ResXFileRef.cs
- UnicodeEncoding.cs
- FileStream.cs
- DataGridViewRowPostPaintEventArgs.cs
- DirectoryInfo.cs
- DataGridHeaderBorder.cs
- EntityClientCacheKey.cs
- NonPrimarySelectionGlyph.cs
- ThreadStaticAttribute.cs
- ObjectDataSourceStatusEventArgs.cs
- TextPatternIdentifiers.cs
- BitmapMetadataEnumerator.cs
- DbMetaDataCollectionNames.cs
- ServiceSettingsResponseInfo.cs
- DesignerRegionMouseEventArgs.cs
- WebConfigurationFileMap.cs