Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ToolbarAUtomationPeer.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509LogoTypeExtension.cs
- CharEntityEncoderFallback.cs
- WindowsEditBox.cs
- CallbackValidatorAttribute.cs
- RenderData.cs
- Clipboard.cs
- SerializationEventsCache.cs
- FormsAuthenticationCredentials.cs
- WindowsTokenRoleProvider.cs
- ReservationCollection.cs
- Converter.cs
- ProfilePropertySettingsCollection.cs
- DocumentsTrace.cs
- FakeModelPropertyImpl.cs
- XmlReader.cs
- GridItemPattern.cs
- SynchronousChannel.cs
- MethodExpr.cs
- SqlDataSourceSelectingEventArgs.cs
- EntityFrameworkVersions.cs
- XmlDocument.cs
- SynchronousSendBindingElement.cs
- XmlSchemaSimpleContentRestriction.cs
- UiaCoreTypesApi.cs
- Message.cs
- KeyTimeConverter.cs
- ColumnHeaderConverter.cs
- FontInfo.cs
- QueryResultOp.cs
- ModelServiceImpl.cs
- DataGridViewAutoSizeModeEventArgs.cs
- SoapDocumentMethodAttribute.cs
- X509CertificateCollection.cs
- DataGridViewCellLinkedList.cs
- Comparer.cs
- ImageField.cs
- XmlILOptimizerVisitor.cs
- HttpGetProtocolImporter.cs
- ConstraintEnumerator.cs
- SiteMapSection.cs
- BasicCellRelation.cs
- Int16Storage.cs
- NamedPipeHostedTransportConfiguration.cs
- OutputCacheSection.cs
- ActivityBindForm.cs
- DataGridViewSelectedColumnCollection.cs
- WorkflowDesignerColors.cs
- XmlDataSourceView.cs
- StringValueConverter.cs
- PolyLineSegment.cs
- SingleObjectCollection.cs
- DurableEnlistmentState.cs
- coordinatorscratchpad.cs
- MenuAdapter.cs
- GenericUriParser.cs
- _KerberosClient.cs
- ImportCatalogPart.cs
- BookmarkEventArgs.cs
- AuthorizationSection.cs
- indexingfiltermarshaler.cs
- ListViewHitTestInfo.cs
- DispatcherHooks.cs
- HierarchicalDataBoundControl.cs
- RegexCode.cs
- ReplacementText.cs
- SettingsSection.cs
- PathGeometry.cs
- IConvertible.cs
- QilBinary.cs
- WindowsTreeView.cs
- WebServiceData.cs
- SystemIPGlobalStatistics.cs
- PlatformCulture.cs
- UrlMappingsModule.cs
- MetricEntry.cs
- VisualProxy.cs
- PersistenceProviderElement.cs
- FontNamesConverter.cs
- TypeSemantics.cs
- LightweightCodeGenerator.cs
- DBCommand.cs
- KeyPressEvent.cs
- NavigationProgressEventArgs.cs
- DataChangedEventManager.cs
- BoolExpr.cs
- ListControlStringCollectionEditor.cs
- TlsSspiNegotiation.cs
- PeerCollaborationPermission.cs
- EntityDataSourceSelectedEventArgs.cs
- BCryptSafeHandles.cs
- ImportCatalogPart.cs
- EntitySet.cs
- InvalidateEvent.cs
- GridProviderWrapper.cs
- MaskedTextProvider.cs
- ApplyTemplatesAction.cs
- AssemblyAttributesGoHere.cs
- UpdateManifestForBrowserApplication.cs
- LocatorBase.cs
- DynamicMetaObject.cs