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
- ITreeGenerator.cs
- UserControlParser.cs
- ErrorEventArgs.cs
- TextRenderer.cs
- ClientRuntimeConfig.cs
- ScriptReference.cs
- GradientBrush.cs
- Stylus.cs
- SubMenuStyle.cs
- FilterUserControlBase.cs
- SetIndexBinder.cs
- SoapHeader.cs
- OutArgumentConverter.cs
- TextViewSelectionProcessor.cs
- XmlConvert.cs
- BooleanToVisibilityConverter.cs
- SoundPlayerAction.cs
- ReadOnlyHierarchicalDataSource.cs
- Internal.cs
- remotingproxy.cs
- BindingExpressionUncommonField.cs
- TemplateControl.cs
- VarInfo.cs
- BuildManager.cs
- CharacterMetricsDictionary.cs
- SetterBaseCollection.cs
- SqlDataSourceView.cs
- Button.cs
- ScriptIgnoreAttribute.cs
- UserControlBuildProvider.cs
- TraceHandlerErrorFormatter.cs
- Thread.cs
- DataGridBoolColumn.cs
- PropertyFilterAttribute.cs
- PolicyVersionConverter.cs
- FastPropertyAccessor.cs
- GridViewEditEventArgs.cs
- ProjectionCamera.cs
- DateTimeFormatInfoScanner.cs
- ContentType.cs
- RegexStringValidatorAttribute.cs
- CollectionEditorDialog.cs
- BitmapEncoder.cs
- SiteMapProvider.cs
- WindowsAltTab.cs
- KnownBoxes.cs
- StreamGeometry.cs
- BinaryUtilClasses.cs
- ConfigXmlDocument.cs
- Dictionary.cs
- Pair.cs
- RuntimeEnvironment.cs
- ConditionalWeakTable.cs
- ValidatingReaderNodeData.cs
- ScrollPattern.cs
- FileLevelControlBuilderAttribute.cs
- DeviceSpecificChoice.cs
- HitTestWithGeometryDrawingContextWalker.cs
- XmlSchemaGroupRef.cs
- XPathNavigatorKeyComparer.cs
- WinCategoryAttribute.cs
- DefaultPrintController.cs
- SvcMapFile.cs
- DBConcurrencyException.cs
- FixedSOMPage.cs
- TextElementEditingBehaviorAttribute.cs
- SynthesizerStateChangedEventArgs.cs
- NonSerializedAttribute.cs
- TypeConverterValueSerializer.cs
- NamespaceQuery.cs
- InlineCollection.cs
- DomNameTable.cs
- EnumType.cs
- basemetadatamappingvisitor.cs
- XhtmlCssHandler.cs
- ProtectedConfigurationSection.cs
- CatalogZone.cs
- TreeNodeConverter.cs
- StorageEntitySetMapping.cs
- KeyValueInternalCollection.cs
- KeyBinding.cs
- cryptoapiTransform.cs
- AttributeCallbackBuilder.cs
- DbProviderServices.cs
- ExtensionWindow.cs
- Size.cs
- ArglessEventHandlerProxy.cs
- PrintController.cs
- webproxy.cs
- WindowsProgressbar.cs
- HistoryEventArgs.cs
- SqlProcedureAttribute.cs
- InvokeSchedule.cs
- EntityClientCacheEntry.cs
- HttpModulesSection.cs
- SequentialUshortCollection.cs
- DBConcurrencyException.cs
- DefaultPropertyAttribute.cs
- WebSysDescriptionAttribute.cs
- TimeStampChecker.cs