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
- ResXResourceSet.cs
- SQLResource.cs
- DataGridViewComboBoxColumnDesigner.cs
- HtmlDocument.cs
- ManagementObject.cs
- FormsAuthenticationModule.cs
- ExpressionBuilder.cs
- InternalsVisibleToAttribute.cs
- BlurEffect.cs
- SQLResource.cs
- SqlRecordBuffer.cs
- ValidatorCompatibilityHelper.cs
- ShaperBuffers.cs
- NotifyIcon.cs
- XmlElementList.cs
- DataTrigger.cs
- RequestCachePolicy.cs
- DefaultValueTypeConverter.cs
- ILGenerator.cs
- WorkflowOwnershipException.cs
- Utils.cs
- ConfigurationManager.cs
- DataControlField.cs
- RightsManagementInformation.cs
- DataGridViewTextBoxColumn.cs
- ExcCanonicalXml.cs
- InvalidProgramException.cs
- Parser.cs
- InstanceKeyView.cs
- Container.cs
- ContextProperty.cs
- SiteMembershipCondition.cs
- ErrorTableItemStyle.cs
- XmlSchemaAnnotated.cs
- UriExt.cs
- SchemaManager.cs
- FormattedTextSymbols.cs
- LinearGradientBrush.cs
- StructuredType.cs
- ListSurrogate.cs
- NullableFloatMinMaxAggregationOperator.cs
- AdornerDecorator.cs
- TreeNodeEventArgs.cs
- BrowserInteropHelper.cs
- BitmapEffectGroup.cs
- TimeSpanMinutesConverter.cs
- XmlSchemaObject.cs
- ClockController.cs
- AsyncOperationManager.cs
- UrlUtility.cs
- Viewport2DVisual3D.cs
- WebEventCodes.cs
- LiteralDesigner.cs
- FormViewCommandEventArgs.cs
- PerformanceCounterManager.cs
- InvalidCommandTreeException.cs
- PerspectiveCamera.cs
- OdbcConnection.cs
- OleDbException.cs
- UrlMapping.cs
- BitArray.cs
- BlobPersonalizationState.cs
- XmlMembersMapping.cs
- StrongTypingException.cs
- DataContractSerializerMessageContractImporter.cs
- TypedServiceOperationListItem.cs
- DefaultTypeArgumentAttribute.cs
- ApplicationCommands.cs
- RoleBoolean.cs
- XmlSchemaImport.cs
- OperationInvokerTrace.cs
- DateTimeFormatInfo.cs
- CacheMemory.cs
- UrlRoutingHandler.cs
- Label.cs
- DynamicEntity.cs
- UInt64Storage.cs
- Font.cs
- WindowShowOrOpenTracker.cs
- DataSvcMapFileSerializer.cs
- EventLogTraceListener.cs
- SqlBulkCopyColumnMapping.cs
- FilteredDataSetHelper.cs
- DoubleLink.cs
- MetadataCache.cs
- ToolStripContainerActionList.cs
- HotSpotCollectionEditor.cs
- AsmxEndpointPickerExtension.cs
- Focus.cs
- WebHttpSecurity.cs
- DoubleLinkListEnumerator.cs
- LockCookie.cs
- CanonicalFontFamilyReference.cs
- ScriptBehaviorDescriptor.cs
- DockPanel.cs
- FormsAuthenticationTicket.cs
- TargetException.cs
- AnnotationResourceCollection.cs
- SingleAnimationUsingKeyFrames.cs
- ProfileSection.cs