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
- Control.cs
- SafeLibraryHandle.cs
- Rotation3DKeyFrameCollection.cs
- BitmapEffectGroup.cs
- TrustLevelCollection.cs
- OpCopier.cs
- SessionStateUtil.cs
- InvalidContentTypeException.cs
- FileDialog.cs
- ExpressionPrefixAttribute.cs
- DataGridColumn.cs
- XmlHierarchicalEnumerable.cs
- ScriptingRoleServiceSection.cs
- ImageUrlEditor.cs
- SvcMapFileSerializer.cs
- StyleModeStack.cs
- DrawingContextDrawingContextWalker.cs
- EventLogInformation.cs
- DateTimeFormat.cs
- Form.cs
- recordstate.cs
- Parsers.cs
- DoubleCollectionConverter.cs
- SafeNativeMethods.cs
- BasicExpandProvider.cs
- Brush.cs
- RestClientProxyHandler.cs
- UserControlParser.cs
- ProfileService.cs
- ExpressionBuilderCollection.cs
- sqlstateclientmanager.cs
- RuleRef.cs
- SqlProcedureAttribute.cs
- CqlLexer.cs
- AuthenticationManager.cs
- BrowserTree.cs
- AppSettingsExpressionEditor.cs
- SecurityElement.cs
- TdsParser.cs
- DoubleAnimationBase.cs
- StrongNameIdentityPermission.cs
- TextEndOfSegment.cs
- WebSysDefaultValueAttribute.cs
- CrossSiteScriptingValidation.cs
- XsltLoader.cs
- RangeValuePattern.cs
- ProfileBuildProvider.cs
- ListParagraph.cs
- PartialCachingAttribute.cs
- PartBasedPackageProperties.cs
- columnmapkeybuilder.cs
- QilExpression.cs
- SystemFonts.cs
- WindowsHyperlink.cs
- login.cs
- ToolBarTray.cs
- LinqDataSourceView.cs
- ResourceProperty.cs
- ToolStripDropDownClosedEventArgs.cs
- Environment.cs
- PackageRelationshipCollection.cs
- CDSsyncETWBCLProvider.cs
- WebPartMinimizeVerb.cs
- QueuePropertyVariants.cs
- ElapsedEventArgs.cs
- TextEditorSpelling.cs
- ImageConverter.cs
- SynchronizationLockException.cs
- MenuItemBinding.cs
- BooleanSwitch.cs
- Evaluator.cs
- DesignerForm.cs
- ReaderContextStackData.cs
- TypeGeneratedEventArgs.cs
- DataGridViewCellParsingEventArgs.cs
- AnnouncementDispatcherAsyncResult.cs
- WindowsPrincipal.cs
- LinqDataSourceValidationException.cs
- XamlToRtfParser.cs
- MouseButton.cs
- OciLobLocator.cs
- TypeConverterHelper.cs
- WebBodyFormatMessageProperty.cs
- _LocalDataStore.cs
- SweepDirectionValidation.cs
- _ListenerAsyncResult.cs
- StreamDocument.cs
- GridItemCollection.cs
- EntryPointNotFoundException.cs
- ChtmlTextBoxAdapter.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- UIElement3D.cs
- WFItemsToSpacerVisibility.cs
- SessionStateSection.cs
- EdmPropertyAttribute.cs
- InProcStateClientManager.cs
- coordinator.cs
- WebConfigurationHost.cs
- SMSvcHost.cs
- TargetInvocationException.cs