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
- VarRefManager.cs
- KeyValuePair.cs
- CodeChecksumPragma.cs
- WorkflowRuntime.cs
- __Filters.cs
- Rule.cs
- X509Utils.cs
- ResourceBinder.cs
- InvalidEnumArgumentException.cs
- ResXFileRef.cs
- RangeValidator.cs
- ObjectStateFormatter.cs
- NullableFloatMinMaxAggregationOperator.cs
- Set.cs
- BaseParser.cs
- DoWhileDesigner.xaml.cs
- _UriTypeConverter.cs
- HtmlTitle.cs
- TagPrefixInfo.cs
- EdmToObjectNamespaceMap.cs
- HashSet.cs
- WebPartZone.cs
- SystemUnicastIPAddressInformation.cs
- WindowsPrincipal.cs
- XmlRawWriter.cs
- PointAnimationUsingKeyFrames.cs
- DataServiceQuery.cs
- EntityStoreSchemaFilterEntry.cs
- PolyBezierSegment.cs
- ParameterCollection.cs
- ChannelSinkStacks.cs
- BooleanToVisibilityConverter.cs
- ActivityScheduledRecord.cs
- GridViewDeletedEventArgs.cs
- XmlFormatReaderGenerator.cs
- ConfigXmlWhitespace.cs
- HttpMethodConstraint.cs
- XmlNodeChangedEventArgs.cs
- FileAccessException.cs
- SimpleRecyclingCache.cs
- _ShellExpression.cs
- SByteConverter.cs
- ContentPosition.cs
- SelectionUIHandler.cs
- EncoderBestFitFallback.cs
- Point4D.cs
- FactoryGenerator.cs
- Identity.cs
- RequestSecurityTokenResponseCollection.cs
- TextSelectionHelper.cs
- ProxyGenerationError.cs
- DataGridAddNewRow.cs
- RelatedPropertyManager.cs
- ProfileEventArgs.cs
- ConditionedDesigner.cs
- SchemaNames.cs
- FormViewDeleteEventArgs.cs
- SafeProcessHandle.cs
- SecurityCriticalDataForSet.cs
- PlainXmlDeserializer.cs
- ProviderConnectionPoint.cs
- LockCookie.cs
- HyperLinkField.cs
- Delegate.cs
- XmlBindingWorker.cs
- XmlAttributeAttribute.cs
- RuntimeEnvironment.cs
- DbParameterHelper.cs
- CompoundFileReference.cs
- DataBindingCollection.cs
- ThrowHelper.cs
- ISAPIApplicationHost.cs
- HandlerBase.cs
- WmfPlaceableFileHeader.cs
- ToolStripDropDownClosingEventArgs.cs
- FixedSOMContainer.cs
- SchemaElementDecl.cs
- DataSourceExpressionCollection.cs
- TypedReference.cs
- SerializerProvider.cs
- MimeTextImporter.cs
- InternalResources.cs
- CompilerError.cs
- PathFigureCollectionConverter.cs
- MetaChildrenColumn.cs
- AsmxEndpointPickerExtension.cs
- ExtentKey.cs
- InstanceLockQueryResult.cs
- Base64Encoding.cs
- NameTable.cs
- SkipQueryOptionExpression.cs
- DynamicPropertyHolder.cs
- SqlException.cs
- NameValueFileSectionHandler.cs
- SafeRightsManagementSessionHandle.cs
- ArrayElementGridEntry.cs
- ActivationWorker.cs
- DefaultProxySection.cs
- XmlDownloadManager.cs
- TextUtf8RawTextWriter.cs