Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / MenuAutomationPeer.cs / 1305600 / 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. 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
- TimelineClockCollection.cs
- RangeEnumerable.cs
- MediaTimeline.cs
- AuthenticationService.cs
- SqlInternalConnectionTds.cs
- RequestCachePolicy.cs
- PerformanceCountersBase.cs
- BrowserCapabilitiesCodeGenerator.cs
- SqlBooleanMismatchVisitor.cs
- PropertyConverter.cs
- DebugView.cs
- TabControlDesigner.cs
- AccessedThroughPropertyAttribute.cs
- WinFormsUtils.cs
- CompareValidator.cs
- EdmError.cs
- RootAction.cs
- Focus.cs
- XmlBinaryReader.cs
- QueuePathDialog.cs
- RichTextBox.cs
- CommentEmitter.cs
- TextCompositionEventArgs.cs
- xmlsaver.cs
- PartialList.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- SelectionListDesigner.cs
- ToolStripDropDownMenu.cs
- ArgumentDesigner.xaml.cs
- DataSet.cs
- SspiNegotiationTokenAuthenticatorState.cs
- DataBoundControlAdapter.cs
- GroupBoxRenderer.cs
- HttpModulesSection.cs
- TaskHelper.cs
- EventData.cs
- JournalEntryListConverter.cs
- ClipboardData.cs
- ToolBarButtonClickEvent.cs
- ValidationError.cs
- SmiMetaData.cs
- HostingEnvironmentException.cs
- UserUseLicenseDictionaryLoader.cs
- NativeCppClassAttribute.cs
- BufferModeSettings.cs
- EventMappingSettingsCollection.cs
- Pointer.cs
- XomlCompiler.cs
- Aggregates.cs
- WindowsToolbar.cs
- DocumentViewer.cs
- FolderBrowserDialog.cs
- TypeInitializationException.cs
- PlaceHolder.cs
- GridViewDeleteEventArgs.cs
- XmlDigitalSignatureProcessor.cs
- SkewTransform.cs
- PropertyItemInternal.cs
- FrameSecurityDescriptor.cs
- WebPartTransformer.cs
- MimeReflector.cs
- MeasurementDCInfo.cs
- NativeObjectSecurity.cs
- LocalizableAttribute.cs
- TreeNode.cs
- XsdBuildProvider.cs
- ColumnResult.cs
- SwitchAttribute.cs
- MethodToken.cs
- EntityDataSourceChangedEventArgs.cs
- DataPagerFieldCollection.cs
- SqlFunctionAttribute.cs
- Identity.cs
- SqlRemoveConstantOrderBy.cs
- RectangleGeometry.cs
- SafeProcessHandle.cs
- ExternalException.cs
- ContextDataSourceView.cs
- ItemsPanelTemplate.cs
- UnsafeNativeMethods.cs
- TypeDependencyAttribute.cs
- SuppressMergeCheckAttribute.cs
- wmiprovider.cs
- BitmapEffectInputConnector.cs
- DEREncoding.cs
- DataGridTextBox.cs
- NumericUpDown.cs
- GenericAuthenticationEventArgs.cs
- MimeFormatter.cs
- BoolExpr.cs
- TemplateEditingVerb.cs
- XmlDataProvider.cs
- TrustManagerPromptUI.cs
- AtlasWeb.Designer.cs
- SubMenuStyleCollection.cs
- WebPartPersonalization.cs
- TabControlDesigner.cs
- SurrogateEncoder.cs
- CollectionContainer.cs
- BitmapEditor.cs