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
- ElementHostAutomationPeer.cs
- UserCancellationException.cs
- XmlILModule.cs
- HMACSHA384.cs
- ParagraphResult.cs
- PathGeometry.cs
- Bits.cs
- InvalidMessageContractException.cs
- MaskInputRejectedEventArgs.cs
- TextTreeUndo.cs
- StreamAsIStream.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- Substitution.cs
- DynamicMethod.cs
- XmlAttributeProperties.cs
- InputProcessorProfiles.cs
- BamlBinaryWriter.cs
- X509ClientCertificateCredentialsElement.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PointKeyFrameCollection.cs
- GCHandleCookieTable.cs
- InternalSafeNativeMethods.cs
- LinqDataSourceView.cs
- ToolStripComboBox.cs
- XmlReflectionImporter.cs
- TextContainerChangeEventArgs.cs
- BrowserCapabilitiesCodeGenerator.cs
- HandlerBase.cs
- IntAverageAggregationOperator.cs
- DataMisalignedException.cs
- DbgUtil.cs
- MbpInfo.cs
- CellTreeNodeVisitors.cs
- InputEventArgs.cs
- TextFormatterImp.cs
- XPathDescendantIterator.cs
- DataServiceEntityAttribute.cs
- Pair.cs
- RequestResizeEvent.cs
- DBSqlParserTable.cs
- Soap12ProtocolReflector.cs
- IsolatedStorageException.cs
- OdbcUtils.cs
- FormsIdentity.cs
- TypeSemantics.cs
- StructuredTypeEmitter.cs
- MenuItemStyleCollection.cs
- JobStaple.cs
- ParallelDesigner.cs
- DataGridViewTextBoxEditingControl.cs
- LinkDescriptor.cs
- Command.cs
- ConstructorNeedsTagAttribute.cs
- SamlEvidence.cs
- WebPartManagerDesigner.cs
- PerformanceCounterNameAttribute.cs
- _TransmitFileOverlappedAsyncResult.cs
- ConfigurationStrings.cs
- AdCreatedEventArgs.cs
- BackEase.cs
- DetailsView.cs
- OpCellTreeNode.cs
- Rijndael.cs
- InkCanvasAutomationPeer.cs
- TypeResolver.cs
- MetadataCache.cs
- NumberFormatter.cs
- IISMapPath.cs
- SmiSettersStream.cs
- SystemColorTracker.cs
- DataGrid.cs
- Pkcs7Recipient.cs
- SqlUtil.cs
- SchemaDeclBase.cs
- Visual3DCollection.cs
- MemberDomainMap.cs
- _AutoWebProxyScriptWrapper.cs
- CodeSubDirectoriesCollection.cs
- ModelFunction.cs
- SignatureGenerator.cs
- TemplateBindingExpressionConverter.cs
- WebConfigurationFileMap.cs
- NavigationPropertySingletonExpression.cs
- AttributeSetAction.cs
- SmiRecordBuffer.cs
- JsonReader.cs
- HtmlElementErrorEventArgs.cs
- TrackingProfile.cs
- Exception.cs
- ProcessHostFactoryHelper.cs
- CompareValidator.cs
- IIS7UserPrincipal.cs
- PropertyMetadata.cs
- XslAst.cs
- BamlRecordWriter.cs
- Dictionary.cs
- SequenceQuery.cs
- documentsequencetextview.cs
- BitmapFrameEncode.cs
- DbModificationCommandTree.cs