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
- OleAutBinder.cs
- OdbcConnectionOpen.cs
- SqlIdentifier.cs
- GradientBrush.cs
- Math.cs
- ItemList.cs
- CaseInsensitiveHashCodeProvider.cs
- activationcontext.cs
- UserUseLicenseDictionaryLoader.cs
- TerminatorSinks.cs
- DataObjectSettingDataEventArgs.cs
- SqlClientWrapperSmiStream.cs
- BrowserDefinition.cs
- GeometryModel3D.cs
- SiteMapNodeCollection.cs
- TagPrefixCollection.cs
- Column.cs
- OletxTransactionHeader.cs
- ClientData.cs
- DataGridCommandEventArgs.cs
- SmtpNetworkElement.cs
- Geometry.cs
- DebugController.cs
- PropertySegmentSerializationProvider.cs
- Rotation3DKeyFrameCollection.cs
- ResourceManager.cs
- DiscoveryOperationContext.cs
- ApplicationCommands.cs
- TextParaClient.cs
- MasterPageCodeDomTreeGenerator.cs
- DirectoryLocalQuery.cs
- ReadOnlyDataSourceView.cs
- StrongName.cs
- TreeViewImageGenerator.cs
- IndexerNameAttribute.cs
- MSHTMLHostUtil.cs
- Context.cs
- TextEditorDragDrop.cs
- ValueChangedEventManager.cs
- CompiledRegexRunnerFactory.cs
- StandardBindingOptionalReliableSessionElement.cs
- WebPartsPersonalizationAuthorization.cs
- ConvertBinder.cs
- GridViewHeaderRowPresenter.cs
- LogicalCallContext.cs
- RawStylusSystemGestureInputReport.cs
- Schema.cs
- WebPartConnectionsCancelVerb.cs
- Light.cs
- FlowDocumentView.cs
- AssociationProvider.cs
- FlagsAttribute.cs
- dtdvalidator.cs
- EventLogInternal.cs
- SinglePhaseEnlistment.cs
- RulePatternOps.cs
- SizeAnimationBase.cs
- SimpleType.cs
- PkcsUtils.cs
- ContractAdapter.cs
- DataFormats.cs
- Attributes.cs
- TypeForwardedToAttribute.cs
- Point3DKeyFrameCollection.cs
- DrawingGroupDrawingContext.cs
- PointAnimationUsingKeyFrames.cs
- RemoveFromCollection.cs
- EmptyEnumerable.cs
- SoapTypeAttribute.cs
- MappingMetadataHelper.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- CollectionCodeDomSerializer.cs
- TextSelectionHelper.cs
- DrawingCollection.cs
- GridItem.cs
- ParameterDataSourceExpression.cs
- Merger.cs
- SatelliteContractVersionAttribute.cs
- InlineObject.cs
- PrintDialog.cs
- OptimalBreakSession.cs
- GroupDescription.cs
- DynamicMethod.cs
- UriTemplateMatch.cs
- CheckBox.cs
- ClientUrlResolverWrapper.cs
- DataRowChangeEvent.cs
- coordinator.cs
- ElementsClipboardData.cs
- RequestCacheValidator.cs
- Container.cs
- ParameterBuilder.cs
- ByteAnimationBase.cs
- QueryContinueDragEvent.cs
- ComboBoxRenderer.cs
- RecognizedAudio.cs
- EdmSchemaAttribute.cs
- ExceptionRoutedEventArgs.cs
- DbProviderFactories.cs
- PlatformNotSupportedException.cs