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
- PrintingPermissionAttribute.cs
- InputScopeAttribute.cs
- ReadOnlyTernaryTree.cs
- FileDetails.cs
- OrCondition.cs
- XamlSerializerUtil.cs
- ElementMarkupObject.cs
- _NTAuthentication.cs
- SizeF.cs
- MetadataUtil.cs
- ToolStrip.cs
- XmlCharCheckingWriter.cs
- DispatcherHookEventArgs.cs
- LabelAutomationPeer.cs
- TypedColumnHandler.cs
- HostedNamedPipeTransportManager.cs
- NativeMethodsCLR.cs
- GetPageNumberCompletedEventArgs.cs
- ComplexTypeEmitter.cs
- GC.cs
- Query.cs
- RoleGroupCollectionEditor.cs
- TypeInitializationException.cs
- Control.cs
- ServiceProviders.cs
- PropertyDescriptorCollection.cs
- NavigationProperty.cs
- SqlUtil.cs
- Accessible.cs
- StylusPlugInCollection.cs
- SetMemberBinder.cs
- ObfuscateAssemblyAttribute.cs
- PackagePartCollection.cs
- DirectoryInfo.cs
- DataGridViewAdvancedBorderStyle.cs
- MenuItem.cs
- DispatchWrapper.cs
- RsaSecurityTokenParameters.cs
- Membership.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DataGridViewLayoutData.cs
- InkPresenterAutomationPeer.cs
- OutputScopeManager.cs
- EventSourceCreationData.cs
- RemotingService.cs
- DrawingContextWalker.cs
- GACMembershipCondition.cs
- TextTreeInsertUndoUnit.cs
- FlatButtonAppearance.cs
- SoundPlayerAction.cs
- ProfileSettings.cs
- GroupBox.cs
- ObjectParameterCollection.cs
- MouseCaptureWithinProperty.cs
- WindowsNonControl.cs
- XmlSortKeyAccumulator.cs
- ContractAdapter.cs
- TextEmbeddedObject.cs
- DbModificationClause.cs
- BindingMemberInfo.cs
- Operators.cs
- UnsafeNativeMethods.cs
- TokenBasedSet.cs
- StateDesigner.Layouts.cs
- LinearKeyFrames.cs
- GridViewColumn.cs
- AttributeExtensions.cs
- Operators.cs
- EventItfInfo.cs
- XmlException.cs
- ImageDrawing.cs
- InputGestureCollection.cs
- ShapingEngine.cs
- ToolStripLocationCancelEventArgs.cs
- SqlLiftWhereClauses.cs
- ConstraintConverter.cs
- ProjectionPruner.cs
- PeerNearMe.cs
- XmlSerializerSection.cs
- IisTraceWebEventProvider.cs
- FontStretches.cs
- DebuggerAttributes.cs
- RegexGroupCollection.cs
- HttpHandlerAction.cs
- BamlTreeMap.cs
- BitmapDownload.cs
- OrderByExpression.cs
- CheckBoxStandardAdapter.cs
- HttpAsyncResult.cs
- RequestTimeoutManager.cs
- ErrorProvider.cs
- DataServiceClientException.cs
- RuntimeHandles.cs
- Comparer.cs
- GridLengthConverter.cs
- BasicHttpSecurityElement.cs
- ControlBindingsCollection.cs
- EntityCommand.cs
- ValidationManager.cs
- DATA_BLOB.cs