Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / AutomationAttributeInfo.cs / 1305600 / 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
- ThumbAutomationPeer.cs
- HandlerBase.cs
- SchemaAttDef.cs
- DSASignatureDeformatter.cs
- ObjectNotFoundException.cs
- FileUtil.cs
- SkipQueryOptionExpression.cs
- PrintPreviewControl.cs
- StorageEntityContainerMapping.cs
- XhtmlBasicLiteralTextAdapter.cs
- WebDescriptionAttribute.cs
- ChannelDispatcher.cs
- RowToParametersTransformer.cs
- _HelperAsyncResults.cs
- DSASignatureDeformatter.cs
- CssTextWriter.cs
- DoubleAnimation.cs
- SafeRightsManagementHandle.cs
- NullReferenceException.cs
- ToolStripDropDownClosedEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- HTTPAPI_VERSION.cs
- SR.cs
- BlockUIContainer.cs
- FunctionCommandText.cs
- CompareInfo.cs
- BuildProvider.cs
- DataException.cs
- ReferencedCollectionType.cs
- FixedPageAutomationPeer.cs
- DirectoryObjectSecurity.cs
- ImageField.cs
- CellRelation.cs
- ProviderUtil.cs
- Point.cs
- Pipe.cs
- Binding.cs
- DefaultValueTypeConverter.cs
- ValueTable.cs
- DirectoryObjectSecurity.cs
- ProviderCommandInfoUtils.cs
- ProtocolInformationWriter.cs
- HttpHandler.cs
- _DigestClient.cs
- EdmProperty.cs
- CommandEventArgs.cs
- RenderDataDrawingContext.cs
- XmlSchemaDatatype.cs
- dataSvcMapFileLoader.cs
- RoutedEventHandlerInfo.cs
- Trigger.cs
- OdbcReferenceCollection.cs
- SoapConverter.cs
- FormsAuthenticationModule.cs
- HitTestParameters.cs
- HandleExceptionArgs.cs
- MissingManifestResourceException.cs
- TypedReference.cs
- DecimalConstantAttribute.cs
- TranslateTransform3D.cs
- EntityType.cs
- SharedHttpTransportManager.cs
- ExchangeUtilities.cs
- HitTestParameters.cs
- ZipPackagePart.cs
- GiveFeedbackEventArgs.cs
- ListItemCollection.cs
- QuotedStringFormatReader.cs
- EventRecordWrittenEventArgs.cs
- QilBinary.cs
- LocationSectionRecord.cs
- DbBuffer.cs
- FormViewDeletedEventArgs.cs
- UniqueEventHelper.cs
- EventLogPermission.cs
- ObjectDataSourceFilteringEventArgs.cs
- XmlNodeChangedEventArgs.cs
- Stream.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- _ListenerRequestStream.cs
- DataIdProcessor.cs
- ToolStripItem.cs
- KeysConverter.cs
- GridView.cs
- SchemaObjectWriter.cs
- ClientTarget.cs
- OleDbReferenceCollection.cs
- XMLSchema.cs
- FixedSOMGroup.cs
- ConfigurationManagerInternal.cs
- NotImplementedException.cs
- HtmlToClrEventProxy.cs
- SHA1Managed.cs
- EntityConnection.cs
- SuppressIldasmAttribute.cs
- AuthenticateEventArgs.cs
- ConfigurationPermission.cs
- XmlSortKey.cs
- SafeEventLogReadHandle.cs
- XmlSchemaComplexContentExtension.cs