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
- PropertyRecord.cs
- GridViewEditEventArgs.cs
- CfgParser.cs
- DetailsViewUpdatedEventArgs.cs
- StringExpressionSet.cs
- XmlSubtreeReader.cs
- ImageDrawing.cs
- LightweightEntityWrapper.cs
- validation.cs
- EditingCoordinator.cs
- UIElement.cs
- RowType.cs
- LowerCaseStringConverter.cs
- Geometry.cs
- SqlTopReducer.cs
- SectionVisual.cs
- DbParameterCollection.cs
- TableLayoutSettingsTypeConverter.cs
- HtmlInputButton.cs
- ZipIOCentralDirectoryFileHeader.cs
- indexingfiltermarshaler.cs
- KeyInterop.cs
- NativeCompoundFileAPIs.cs
- SoapHttpTransportImporter.cs
- OutgoingWebRequestContext.cs
- WebContext.cs
- ValidationErrorCollection.cs
- ExpandCollapseProviderWrapper.cs
- ContainerUtilities.cs
- SliderAutomationPeer.cs
- DeclarativeCatalogPart.cs
- UnsafeNativeMethods.cs
- GroupItemAutomationPeer.cs
- FontResourceCache.cs
- ColumnMap.cs
- XmlSchemaSequence.cs
- SafeNativeMethods.cs
- WSHttpBindingBaseElement.cs
- BitmapEffectGeneralTransform.cs
- UInt64Converter.cs
- DynamicMethod.cs
- PrintPreviewDialog.cs
- TypedReference.cs
- DeflateStream.cs
- ToolStripSplitStackLayout.cs
- DateTimeConstantAttribute.cs
- ConcurrentBag.cs
- MultipartContentParser.cs
- ErrorFormatterPage.cs
- ComponentCollection.cs
- BaseCodePageEncoding.cs
- Decoder.cs
- ActivityDesigner.cs
- UInt32Converter.cs
- ArrangedElement.cs
- SendSecurityHeaderElementContainer.cs
- ListBase.cs
- HttpProfileBase.cs
- HtmlButton.cs
- CompilationPass2Task.cs
- Matrix.cs
- ClientConfigurationSystem.cs
- PathTooLongException.cs
- EqualityComparer.cs
- CanonicalFontFamilyReference.cs
- WorkflowPersistenceService.cs
- MatrixTransform.cs
- DataError.cs
- SmtpDigestAuthenticationModule.cs
- TextParagraphCache.cs
- GenericTypeParameterBuilder.cs
- ScriptResourceAttribute.cs
- Cursors.cs
- ControlCollection.cs
- StandardToolWindows.cs
- ArgumentException.cs
- HexParser.cs
- WebServicesInteroperability.cs
- AstTree.cs
- BuildProvider.cs
- SecurityState.cs
- PointAnimationBase.cs
- DataDesignUtil.cs
- PropertyConverter.cs
- BulletDecorator.cs
- Model3D.cs
- ConstantCheck.cs
- SettingsContext.cs
- PopupRootAutomationPeer.cs
- XmlAttributeCollection.cs
- DataGridViewElement.cs
- localization.cs
- DesignTimeVisibleAttribute.cs
- UpDownEvent.cs
- TextParentUndoUnit.cs
- ValidationEventArgs.cs
- Run.cs
- HttpDebugHandler.cs
- Semaphore.cs
- CryptoApi.cs