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
- HtmlToClrEventProxy.cs
- RecordsAffectedEventArgs.cs
- DataGrid.cs
- Interlocked.cs
- Section.cs
- SamlSecurityToken.cs
- DeploymentSection.cs
- GlyphRunDrawing.cs
- XmlParserContext.cs
- ServiceProviders.cs
- MonthChangedEventArgs.cs
- ConfigUtil.cs
- DataSourceCacheDurationConverter.cs
- XmlNavigatorFilter.cs
- RectAnimation.cs
- InstalledVoice.cs
- ModelItem.cs
- OutputScope.cs
- Calendar.cs
- PropertyDescriptorCollection.cs
- CodeIterationStatement.cs
- Header.cs
- EntityKeyElement.cs
- SelectorAutomationPeer.cs
- XmlEntityReference.cs
- Annotation.cs
- NumberFunctions.cs
- ContentTextAutomationPeer.cs
- RolePrincipal.cs
- ClonableStack.cs
- SecurityException.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ManipulationPivot.cs
- CodeIterationStatement.cs
- PropertyItemInternal.cs
- MaterialGroup.cs
- XmlUTF8TextReader.cs
- BookmarkScopeInfo.cs
- QilGenerator.cs
- CodeTypeDelegate.cs
- XmlSchemaInferenceException.cs
- XmlHierarchicalEnumerable.cs
- ToolStripDropTargetManager.cs
- LineGeometry.cs
- LinkAreaEditor.cs
- ForceCopyBuildProvider.cs
- Package.cs
- dataobject.cs
- LayoutTable.cs
- CharKeyFrameCollection.cs
- PEFileEvidenceFactory.cs
- FieldDescriptor.cs
- TextBoxBase.cs
- CodeTypeConstructor.cs
- RepeaterItem.cs
- BuildProviderInstallComponent.cs
- HasCopySemanticsAttribute.cs
- BindingList.cs
- InstanceDataCollection.cs
- GifBitmapEncoder.cs
- FaultFormatter.cs
- SQLChars.cs
- Base64Decoder.cs
- VisualProxy.cs
- DependencyPropertyKey.cs
- shaperfactory.cs
- AsyncStreamReader.cs
- JsonWriterDelegator.cs
- ModelServiceImpl.cs
- Util.cs
- OleDbCommandBuilder.cs
- HybridObjectCache.cs
- WebControlToolBoxItem.cs
- RectangleHotSpot.cs
- ControlIdConverter.cs
- AxHost.cs
- URIFormatException.cs
- PowerModeChangedEventArgs.cs
- SizeF.cs
- LinearGradientBrush.cs
- WebSysDefaultValueAttribute.cs
- RewritingSimplifier.cs
- DataControlButton.cs
- PostBackOptions.cs
- Executor.cs
- ConnectionManagementElement.cs
- XmlRawWriterWrapper.cs
- Sql8ConformanceChecker.cs
- ConfigViewGenerator.cs
- webbrowsersite.cs
- Documentation.cs
- XmlStringTable.cs
- RangeBase.cs
- DebugHandleTracker.cs
- DataGridLinkButton.cs
- TlsnegoTokenAuthenticator.cs
- PropertyEmitter.cs
- AssemblyEvidenceFactory.cs
- SQLMoneyStorage.cs
- UIElement3D.cs