Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationClient / MS / Internal / Automation / AutomationAttributeInfo.cs / 1 / AutomationAttributeInfo.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation text atibute // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Windows.Automation.Text; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationAttributeInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationAttributeInfo( AutomationPropertyConverter converter, AutomationTextAttribute id, Type type ) { _id = id; _type = type; _converter = converter; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationTextAttribute ID { get { return _id; } } internal AutomationPropertyConverter ObjectConverter { get { return _converter; } } internal Type Type { get { return _type; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationTextAttribute _id; private Type _type; private AutomationPropertyConverter _converter; #endregion Private Fields } } // 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
- CompiledQueryCacheKey.cs
- CodeMemberEvent.cs
- SystemColorTracker.cs
- TreeNodeBindingCollection.cs
- MD5Cng.cs
- QilDataSource.cs
- WindowsRegion.cs
- ZipIORawDataFileBlock.cs
- ImageBrush.cs
- Shape.cs
- UpDownBase.cs
- invalidudtexception.cs
- PointAnimationClockResource.cs
- ProcessModelInfo.cs
- XmlDataProvider.cs
- FormatVersion.cs
- XmlDownloadManager.cs
- FixedSOMTextRun.cs
- SmtpFailedRecipientsException.cs
- Currency.cs
- CommentEmitter.cs
- SchemaImporterExtension.cs
- XmlNodeReader.cs
- PreProcessInputEventArgs.cs
- RelatedEnd.cs
- AutomationProperty.cs
- ProtocolsConfigurationHandler.cs
- AssemblyCache.cs
- BamlLocalizableResourceKey.cs
- SizeValueSerializer.cs
- OleDbRowUpdatedEvent.cs
- HashHelper.cs
- PrefixQName.cs
- ContentElementCollection.cs
- EntityContainerAssociationSet.cs
- MetadataHelper.cs
- UnsignedPublishLicense.cs
- XmlMapping.cs
- SQLDateTimeStorage.cs
- KeyValueSerializer.cs
- UpDownEvent.cs
- DictionaryBase.cs
- ParallelTimeline.cs
- RTTypeWrapper.cs
- AsymmetricCryptoHandle.cs
- Manipulation.cs
- DependencyPropertyAttribute.cs
- ImportContext.cs
- UnsafeNativeMethodsCLR.cs
- HttpRequest.cs
- VirtualPathData.cs
- FusionWrap.cs
- XamlToRtfParser.cs
- ToolStripRendererSwitcher.cs
- ErasingStroke.cs
- Thumb.cs
- AssemblyBuilder.cs
- InputProcessorProfilesLoader.cs
- MatrixAnimationBase.cs
- FontCacheUtil.cs
- SerializationInfo.cs
- BamlCollectionHolder.cs
- AccessDataSourceDesigner.cs
- ValidationRule.cs
- IndexOutOfRangeException.cs
- MatrixStack.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Button.cs
- TargetException.cs
- CheckoutException.cs
- FlowNode.cs
- ObjectListItem.cs
- DataConnectionHelper.cs
- DataGridViewImageCell.cs
- serverconfig.cs
- ResXResourceWriter.cs
- GlyphRunDrawing.cs
- XmlParserContext.cs
- FontFamilyIdentifier.cs
- RequestNavigateEventArgs.cs
- ServiceDesigner.xaml.cs
- WindowsEditBox.cs
- NetNamedPipeBindingElement.cs
- StylusPlugin.cs
- DynamicResourceExtension.cs
- SingleAnimation.cs
- InfoCardClaim.cs
- ValidationError.cs
- SqlFactory.cs
- Keyboard.cs
- X500Name.cs
- GeometryDrawing.cs
- EventArgs.cs
- LinearGradientBrush.cs
- XmlNamespaceMappingCollection.cs
- InternalBufferOverflowException.cs
- ClockGroup.cs
- Msec.cs
- ServiceOperationListItem.cs
- UIElementAutomationPeer.cs