Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / ToolbarAUtomationPeer.cs / 1 / ToolbarAUtomationPeer.cs
using System; 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.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ToolBarAutomationPeer : FrameworkElementAutomationPeer { /// public ToolBarAutomationPeer(ToolBar owner): base(owner) {} /// override protected string GetClassNameCore() { return "ToolBar"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ToolBar; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; 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.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ToolBarAutomationPeer : FrameworkElementAutomationPeer { /// public ToolBarAutomationPeer(ToolBar owner): base(owner) {} /// override protected string GetClassNameCore() { return "ToolBar"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ToolBar; } } } // 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
- TypefaceMetricsCache.cs
- Camera.cs
- CallSiteOps.cs
- GeneralTransform.cs
- TreeViewHitTestInfo.cs
- IFlowDocumentViewer.cs
- DiscoveryCallbackBehavior.cs
- ClonableStack.cs
- HttpStaticObjectsCollectionWrapper.cs
- x509store.cs
- EventListenerClientSide.cs
- UnsafeNativeMethods.cs
- SerializationInfoEnumerator.cs
- RemotingAttributes.cs
- TextControlDesigner.cs
- Size.cs
- XPathSingletonIterator.cs
- NoResizeHandleGlyph.cs
- C14NUtil.cs
- HitTestFilterBehavior.cs
- CodeThrowExceptionStatement.cs
- ColumnTypeConverter.cs
- InputLangChangeEvent.cs
- TypeSystem.cs
- PagePropertiesChangingEventArgs.cs
- Relationship.cs
- MethodBuilder.cs
- PropertyMappingExceptionEventArgs.cs
- SpeakInfo.cs
- DownloadProgressEventArgs.cs
- TableDetailsRow.cs
- _OverlappedAsyncResult.cs
- CmsUtils.cs
- CommandConverter.cs
- MdiWindowListItemConverter.cs
- ApplicationInfo.cs
- AppDomainShutdownMonitor.cs
- Events.cs
- ErrorHandler.cs
- XPathMessageFilterElementComparer.cs
- ConfigurationManagerHelperFactory.cs
- ModelItemImpl.cs
- InheritanceContextChangedEventManager.cs
- InfocardExtendedInformationEntry.cs
- TemplatePropertyEntry.cs
- DetailsViewCommandEventArgs.cs
- LineInfo.cs
- Table.cs
- EditorZoneBase.cs
- SetUserLanguageRequest.cs
- AggregateNode.cs
- VirtualPathProvider.cs
- Timer.cs
- HttpChannelHelper.cs
- SafeProcessHandle.cs
- Root.cs
- TreeNodeStyleCollection.cs
- DesignTimeTemplateParser.cs
- PeerEndPoint.cs
- CompilationPass2Task.cs
- InputLanguageCollection.cs
- webproxy.cs
- Transform3DGroup.cs
- EnumerableCollectionView.cs
- SetterBase.cs
- ComponentDispatcherThread.cs
- AutoResetEvent.cs
- SqlCommandSet.cs
- SoapAttributes.cs
- LayoutTable.cs
- Semaphore.cs
- TabControlToolboxItem.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- StaticTextPointer.cs
- DrawingAttributeSerializer.cs
- PenCursorManager.cs
- VirtualizingPanel.cs
- RegexCompiler.cs
- TypeInitializationException.cs
- LZCodec.cs
- DBSqlParserTable.cs
- XmlSerializationGeneratedCode.cs
- SigningCredentials.cs
- BamlRecordHelper.cs
- AccessedThroughPropertyAttribute.cs
- CodeThrowExceptionStatement.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- HttpAsyncResult.cs
- EncodingTable.cs
- TextTrailingCharacterEllipsis.cs
- HtmlControlPersistable.cs
- DecoratedNameAttribute.cs
- QueryInterceptorAttribute.cs
- QueryableDataSourceEditData.cs
- IERequestCache.cs
- UIPropertyMetadata.cs
- PreservationFileReader.cs
- XsdDataContractImporter.cs
- XmlNamespaceDeclarationsAttribute.cs
- StylusDownEventArgs.cs