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
- Helpers.cs
- CachedFontFace.cs
- ZipPackagePart.cs
- TextEditor.cs
- FactoryMaker.cs
- MachineSettingsSection.cs
- ItemContainerGenerator.cs
- Comparer.cs
- PolyBezierSegment.cs
- MouseDevice.cs
- HttpListener.cs
- WindowsTooltip.cs
- TranslateTransform3D.cs
- SiteMapPathDesigner.cs
- DataGridViewCheckBoxColumn.cs
- ColumnPropertiesGroup.cs
- RelativeSource.cs
- Normalization.cs
- Visual.cs
- DbTransaction.cs
- WebPartsPersonalization.cs
- ProviderConnectionPointCollection.cs
- CapabilitiesState.cs
- ObjectItemCollection.cs
- XPathChildIterator.cs
- ChildTable.cs
- _FtpControlStream.cs
- ViewStateException.cs
- LinqExpressionNormalizer.cs
- Int64Storage.cs
- WindowExtensionMethods.cs
- HttpClientChannel.cs
- ValidationEventArgs.cs
- EnumerableRowCollection.cs
- XmlNamedNodeMap.cs
- ServiceRoute.cs
- baseaxisquery.cs
- JpegBitmapDecoder.cs
- ToolStripRenderer.cs
- ClientSideQueueItem.cs
- ProgressBarAutomationPeer.cs
- _Events.cs
- RequestContext.cs
- NestPullup.cs
- diagnosticsswitches.cs
- AppModelKnownContentFactory.cs
- _NativeSSPI.cs
- Identity.cs
- BasePattern.cs
- BitStack.cs
- DocumentSequence.cs
- ServiceThrottlingBehavior.cs
- TypeDelegator.cs
- ServiceDescriptionImporter.cs
- BlurBitmapEffect.cs
- VBCodeProvider.cs
- LoginView.cs
- AddInIpcChannel.cs
- ManualResetEvent.cs
- FaultFormatter.cs
- FullTrustAssemblyCollection.cs
- BitmapSourceSafeMILHandle.cs
- CompositeActivityTypeDescriptorProvider.cs
- UnsafeNativeMethods.cs
- UnsafeNativeMethods.cs
- HttpServerVarsCollection.cs
- DrawingAttributeSerializer.cs
- ProjectedSlot.cs
- RectAnimationUsingKeyFrames.cs
- TargetControlTypeAttribute.cs
- TextRangeEditLists.cs
- UpdatePanelControlTrigger.cs
- ControlFilterExpression.cs
- X509ClientCertificateCredentialsElement.cs
- XamlValidatingReader.cs
- Rect3D.cs
- Axis.cs
- DivideByZeroException.cs
- AnimationStorage.cs
- PageContentCollection.cs
- ConditionCollection.cs
- SingleAnimationBase.cs
- CompiledELinqQueryState.cs
- DebugTraceHelper.cs
- VideoDrawing.cs
- ThicknessAnimation.cs
- RangeValuePattern.cs
- EpmSourceTree.cs
- TypeSystemProvider.cs
- XmlElementCollection.cs
- UriScheme.cs
- ProfileProvider.cs
- EventData.cs
- DesignDataSource.cs
- SecureStringHasher.cs
- StylusShape.cs
- DBConnectionString.cs
- DataGridColumnHeadersPresenter.cs
- ImageAttributes.cs
- String.cs