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
- Int64Converter.cs
- WebRequestModuleElement.cs
- NetSectionGroup.cs
- SelectionService.cs
- FormsAuthenticationTicket.cs
- Geometry3D.cs
- ServiceHostFactory.cs
- XmlEncoding.cs
- EnvironmentPermission.cs
- ConfigurationElementProperty.cs
- DataGridViewCellStyleConverter.cs
- ClusterRegistryConfigurationProvider.cs
- MetadataCache.cs
- HttpResponseInternalBase.cs
- DBDataPermissionAttribute.cs
- Update.cs
- Route.cs
- DrawListViewSubItemEventArgs.cs
- ProxyHwnd.cs
- AttachedAnnotation.cs
- HtmlImage.cs
- SchemaImporter.cs
- DocumentGridContextMenu.cs
- CompilerParameters.cs
- WinInetCache.cs
- AsyncResult.cs
- X509Certificate2Collection.cs
- StyleHelper.cs
- StatusBar.cs
- ByteStreamGeometryContext.cs
- RequestStatusBarUpdateEventArgs.cs
- VectorAnimationUsingKeyFrames.cs
- TypefaceMap.cs
- ConfigUtil.cs
- ServiceHttpHandlerFactory.cs
- SectionRecord.cs
- ObjectFullSpanRewriter.cs
- NumericPagerField.cs
- ByteConverter.cs
- RegexNode.cs
- MediaContextNotificationWindow.cs
- Metadata.cs
- XmlnsPrefixAttribute.cs
- WebRequestModuleElement.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ContourSegment.cs
- WebScriptEndpoint.cs
- ObjectMemberMapping.cs
- SoapInteropTypes.cs
- QuaternionConverter.cs
- FilterException.cs
- WebPartDisplayModeCancelEventArgs.cs
- DbConnectionPool.cs
- AgileSafeNativeMemoryHandle.cs
- PackageDigitalSignatureManager.cs
- Encoder.cs
- Vector3DAnimation.cs
- MessageDescriptionCollection.cs
- Activity.cs
- SchemaEntity.cs
- ErrorFormatterPage.cs
- GcHandle.cs
- ResolveMatchesCD1.cs
- MailMessage.cs
- StreamGeometry.cs
- ExtendedProperty.cs
- hwndwrapper.cs
- FlowDocumentReaderAutomationPeer.cs
- StoreItemCollection.Loader.cs
- EntityContainerAssociationSet.cs
- XmlSortKeyAccumulator.cs
- DataErrorValidationRule.cs
- validationstate.cs
- ProcessThreadCollection.cs
- COM2ExtendedUITypeEditor.cs
- BitmapEffectCollection.cs
- _ListenerAsyncResult.cs
- RectangleF.cs
- ConstructorExpr.cs
- TaskFormBase.cs
- RangeValuePatternIdentifiers.cs
- fixedPageContentExtractor.cs
- VScrollBar.cs
- WinFormsSpinner.cs
- ProxyHelper.cs
- CodeNamespaceImport.cs
- ListViewDeleteEventArgs.cs
- UriExt.cs
- SystemEvents.cs
- Operator.cs
- Vector3DIndependentAnimationStorage.cs
- IISUnsafeMethods.cs
- MessageTraceRecord.cs
- BindingMAnagerBase.cs
- SamlSecurityToken.cs
- MetadataUtil.cs
- DbgUtil.cs
- GroupBoxRenderer.cs
- StringInfo.cs
- NamedPermissionSet.cs