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
- ToolStripRenderer.cs
- PopupRootAutomationPeer.cs
- PaperSource.cs
- CustomAttributeFormatException.cs
- XPathSelfQuery.cs
- RangeValueProviderWrapper.cs
- RectConverter.cs
- NativeMethods.cs
- ILGenerator.cs
- DbConnectionInternal.cs
- CollectionsUtil.cs
- ProgramPublisher.cs
- ExpressionLink.cs
- DataListItemEventArgs.cs
- BindStream.cs
- AQNBuilder.cs
- IssuedTokenServiceElement.cs
- Sentence.cs
- XmlWriterTraceListener.cs
- FontStyle.cs
- CounterCreationDataCollection.cs
- ClientSettings.cs
- _CookieModule.cs
- CharacterMetrics.cs
- querybuilder.cs
- InputProcessorProfilesLoader.cs
- TraceFilter.cs
- DataGridViewControlCollection.cs
- SchemaElementDecl.cs
- ScriptRef.cs
- DBSqlParserTableCollection.cs
- CacheDependency.cs
- HtmlAnchor.cs
- StructuralType.cs
- CreateUserWizard.cs
- ItemsControlAutomationPeer.cs
- CollectionBuilder.cs
- HttpHandlerActionCollection.cs
- Cursors.cs
- GeneralTransform.cs
- SafeUserTokenHandle.cs
- LineMetrics.cs
- Sorting.cs
- Version.cs
- DateTimeConstantAttribute.cs
- HGlobalSafeHandle.cs
- QueryResultOp.cs
- HtmlShimManager.cs
- CreateSequenceResponse.cs
- MatrixUtil.cs
- ContextQuery.cs
- QilInvokeEarlyBound.cs
- GeneralTransform3D.cs
- HtmlUtf8RawTextWriter.cs
- DrawingAttributesDefaultValueFactory.cs
- TextMetrics.cs
- DescendentsWalker.cs
- XamlTypeMapper.cs
- FixedFindEngine.cs
- FieldBuilder.cs
- DataGridViewHitTestInfo.cs
- DiscoveryClientDocuments.cs
- RadialGradientBrush.cs
- FormsAuthenticationCredentials.cs
- SelectionChangedEventArgs.cs
- EncoderBestFitFallback.cs
- ProfessionalColors.cs
- OdbcUtils.cs
- WsiProfilesElement.cs
- storagemappingitemcollection.viewdictionary.cs
- SqlParameterCollection.cs
- CodeAssignStatement.cs
- AppSettingsReader.cs
- ScrollPattern.cs
- BindableAttribute.cs
- SafeNativeMethods.cs
- __FastResourceComparer.cs
- NetworkAddressChange.cs
- SemaphoreFullException.cs
- FixedBufferAttribute.cs
- CacheSection.cs
- Helper.cs
- OleDbDataReader.cs
- FixedPage.cs
- PropertyDescriptorComparer.cs
- Monitor.cs
- TraceLevelStore.cs
- ControlUtil.cs
- EventData.cs
- XmlArrayItemAttribute.cs
- _AutoWebProxyScriptEngine.cs
- Int32AnimationBase.cs
- DeferredReference.cs
- ErrorFormatter.cs
- ManipulationDelta.cs
- ExceptionUtil.cs
- ThumbAutomationPeer.cs
- ElementFactory.cs
- Location.cs
- SoapInteropTypes.cs