Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SystemUdpStatistics.cs
- AttributeInfo.cs
- BStrWrapper.cs
- ConditionChanges.cs
- PkcsUtils.cs
- ConsumerConnectionPoint.cs
- TrackingMemoryStream.cs
- Canonicalizers.cs
- ProfilePropertySettingsCollection.cs
- SchemaNotation.cs
- CapabilitiesUse.cs
- HebrewCalendar.cs
- SrgsGrammarCompiler.cs
- ListControlConvertEventArgs.cs
- HttpClientCredentialType.cs
- Camera.cs
- KerberosSecurityTokenParameters.cs
- SmiTypedGetterSetter.cs
- RewritingSimplifier.cs
- SQLGuid.cs
- SerializableAttribute.cs
- SortedDictionary.cs
- ResourceManager.cs
- DataServiceQueryOfT.cs
- XpsSerializationManagerAsync.cs
- DesignerTransaction.cs
- webproxy.cs
- HTTPNotFoundHandler.cs
- GroupJoinQueryOperator.cs
- NgenServicingAttributes.cs
- EntityClientCacheEntry.cs
- WebPartConnectionsCancelVerb.cs
- CannotUnloadAppDomainException.cs
- DataStreamFromComStream.cs
- RegistrationServices.cs
- Util.cs
- ILGen.cs
- SingleObjectCollection.cs
- _UriTypeConverter.cs
- DelegateArgumentValue.cs
- BitmapEffectInputData.cs
- XmlConvert.cs
- HtmlWindow.cs
- DbConnectionFactory.cs
- OrderedDictionary.cs
- CodeValidator.cs
- Floater.cs
- InputBinding.cs
- EasingFunctionBase.cs
- SiteMapDataSourceView.cs
- BezierSegment.cs
- AdPostCacheSubstitution.cs
- ServiceEndpoint.cs
- RbTree.cs
- InstallerTypeAttribute.cs
- DependencyObject.cs
- QuotedPairReader.cs
- SqlNotificationEventArgs.cs
- XmlSchemaGroup.cs
- FixedSOMTextRun.cs
- DES.cs
- MaskedTextBoxDesigner.cs
- ControlBuilderAttribute.cs
- NumericUpDown.cs
- XmlUTF8TextWriter.cs
- FontWeightConverter.cs
- TextSyndicationContent.cs
- BaseComponentEditor.cs
- DataGrid.cs
- DataRowComparer.cs
- DataServiceKeyAttribute.cs
- safelink.cs
- DrawingCollection.cs
- EntityDataSourceChangedEventArgs.cs
- validationstate.cs
- DBConcurrencyException.cs
- EmptyStringExpandableObjectConverter.cs
- QfeChecker.cs
- SubclassTypeValidator.cs
- EntityWrapperFactory.cs
- SqlHelper.cs
- RadioButtonStandardAdapter.cs
- UTF7Encoding.cs
- Pointer.cs
- EntityDataSourceColumn.cs
- TextTabProperties.cs
- XsltConvert.cs
- TreeNodeMouseHoverEvent.cs
- SspiNegotiationTokenProviderState.cs
- GradientStopCollection.cs
- CodeVariableDeclarationStatement.cs
- Match.cs
- MetadataSet.cs
- BinHexEncoder.cs
- ServiceOperationParameter.cs
- DirectoryInfo.cs
- UriExt.cs
- WebPartTracker.cs
- SubpageParaClient.cs
- DropShadowEffect.cs