Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- WebPartAddingEventArgs.cs
- X509Certificate2Collection.cs
- SwitchDesigner.xaml.cs
- FamilyTypeface.cs
- UserPersonalizationStateInfo.cs
- HandlerFactoryWrapper.cs
- StickyNoteHelper.cs
- SessionStateSection.cs
- ComponentCommands.cs
- ContextStack.cs
- TemplateComponentConnector.cs
- ContextStack.cs
- LingerOption.cs
- ToolStripLocationCancelEventArgs.cs
- Drawing.cs
- EmptyTextWriter.cs
- Button.cs
- KeySplineConverter.cs
- RuntimeConfigLKG.cs
- EventProviderWriter.cs
- Certificate.cs
- localization.cs
- Graphics.cs
- AssociationSetEnd.cs
- ManifestResourceInfo.cs
- CodeValidator.cs
- RenderDataDrawingContext.cs
- SchemaSetCompiler.cs
- LocatorBase.cs
- WorkingDirectoryEditor.cs
- DateTimeUtil.cs
- BitmapSource.cs
- PropertyEntry.cs
- Formatter.cs
- ModifierKeysValueSerializer.cs
- LayoutUtils.cs
- UTF32Encoding.cs
- StoreAnnotationsMap.cs
- Int32CAMarshaler.cs
- AtomMaterializerLog.cs
- VisualBasicSettingsHandler.cs
- BrowserCapabilitiesCompiler.cs
- ApplicationServicesHostFactory.cs
- UnmanagedMemoryStreamWrapper.cs
- XmlHelper.cs
- PEFileEvidenceFactory.cs
- DescendantBaseQuery.cs
- DropShadowEffect.cs
- ListViewTableRow.cs
- Token.cs
- SplayTreeNode.cs
- CustomValidator.cs
- SqlDataSourceCache.cs
- ContainerUIElement3D.cs
- DateTimeOffset.cs
- ResourcesBuildProvider.cs
- DispatcherOperation.cs
- TransactionState.cs
- LoginViewDesigner.cs
- isolationinterop.cs
- FrameworkContentElementAutomationPeer.cs
- NavigationProperty.cs
- TemplatePagerField.cs
- DelegateSerializationHolder.cs
- PropertyDescriptorCollection.cs
- LostFocusEventManager.cs
- FormsAuthenticationTicket.cs
- SoapObjectReader.cs
- XmlQueryTypeFactory.cs
- FixedSOMLineRanges.cs
- WCFServiceClientProxyGenerator.cs
- Pointer.cs
- EventHandlingScope.cs
- RuntimeHandles.cs
- ErrorProvider.cs
- SpeechSynthesizer.cs
- ParseHttpDate.cs
- SimpleMailWebEventProvider.cs
- ManualResetEventSlim.cs
- RuntimeConfig.cs
- Regex.cs
- WindowsTokenRoleProvider.cs
- SystemTcpStatistics.cs
- MasterPageCodeDomTreeGenerator.cs
- RuntimeConfig.cs
- FormsAuthenticationEventArgs.cs
- ProfileSettingsCollection.cs
- RestHandlerFactory.cs
- _SafeNetHandles.cs
- OutputScopeManager.cs
- AccessDataSourceWizardForm.cs
- EdmFunction.cs
- AbandonedMutexException.cs
- MiniModule.cs
- ColumnWidthChangingEvent.cs
- InputLanguageSource.cs
- WebScriptEnablingBehavior.cs
- MarshalDirectiveException.cs
- GeometryDrawing.cs
- StringPropertyBuilder.cs