Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Automation / Peers / MenuAutomationPeer.cs / 1 / MenuAutomationPeer.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 MenuAutomationPeer : FrameworkElementAutomationPeer { /// public MenuAutomationPeer(Menu owner): base(owner) { } /// override protected string GetClassNameCore() { return "Menu"; } /// 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
- Emitter.cs
- XmlTextWriter.cs
- CharacterBuffer.cs
- querybuilder.cs
- MemberAccessException.cs
- IfAction.cs
- ColumnMapCopier.cs
- DesignerHelpers.cs
- XmlValueConverter.cs
- HttpCacheVaryByContentEncodings.cs
- ItemCollection.cs
- RuntimeEnvironment.cs
- DecoderBestFitFallback.cs
- FrameworkContentElement.cs
- MethodExpression.cs
- CommandLibraryHelper.cs
- LeaseManager.cs
- WindowsAuthenticationModule.cs
- EntityDataSourceColumn.cs
- Baml2006SchemaContext.cs
- AutomationElement.cs
- Cursors.cs
- DataComponentGenerator.cs
- LicenseManager.cs
- MobileUserControlDesigner.cs
- ContextStack.cs
- ScrollProviderWrapper.cs
- MaterialGroup.cs
- XmlValidatingReader.cs
- EndOfStreamException.cs
- SemaphoreSlim.cs
- DefaultDiscoveryService.cs
- DesignSurfaceCollection.cs
- DataGridBoolColumn.cs
- DataGridRowClipboardEventArgs.cs
- X509ScopedServiceCertificateElement.cs
- TextEditorCharacters.cs
- MobileRedirect.cs
- XmlUtil.cs
- XhtmlBasicSelectionListAdapter.cs
- ArraySegment.cs
- DefaultTextStoreTextComposition.cs
- GC.cs
- CngAlgorithmGroup.cs
- Validator.cs
- Table.cs
- DictionarySectionHandler.cs
- BaseServiceProvider.cs
- WorkflowServiceOperationListItem.cs
- PrintDialog.cs
- SchemaMerger.cs
- WindowsTooltip.cs
- connectionpool.cs
- CultureInfoConverter.cs
- SqlCommand.cs
- SqlParameterizer.cs
- Track.cs
- COM2Enum.cs
- NonVisualControlAttribute.cs
- WindowsTooltip.cs
- OrderedDictionaryStateHelper.cs
- HttpInputStream.cs
- Internal.cs
- InvokeMethodDesigner.xaml.cs
- EditorPart.cs
- _SSPIWrapper.cs
- AxisAngleRotation3D.cs
- SelectionRange.cs
- LocalIdCollection.cs
- ColumnClickEvent.cs
- FontDialog.cs
- CookielessData.cs
- DirectionalLight.cs
- OdbcConnectionString.cs
- OracleString.cs
- TempFiles.cs
- QilVisitor.cs
- HttpResponseHeader.cs
- ProfileBuildProvider.cs
- XmlAtomicValue.cs
- HeaderUtility.cs
- TextSearch.cs
- SiteMapHierarchicalDataSourceView.cs
- DispatcherProcessingDisabled.cs
- InvalidPipelineStoreException.cs
- ReaderWriterLockWrapper.cs
- CornerRadius.cs
- XmlTextWriter.cs
- XmlTextWriter.cs
- ItemContainerGenerator.cs
- HttpCachePolicy.cs
- BufferedGraphics.cs
- ClonableStack.cs
- SqlConnectionStringBuilder.cs
- SmiEventStream.cs
- OleDbDataAdapter.cs
- ExpressionBuilderContext.cs
- MatrixAnimationUsingPath.cs
- DataBindingHandlerAttribute.cs
- ReceiveMessageRecord.cs