Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / 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. //---------------------------------------------------------------------------- // //// 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
- KoreanCalendar.cs
- DiscoveryEndpoint.cs
- CellCreator.cs
- DesignerDataColumn.cs
- EventLogException.cs
- AlternateViewCollection.cs
- XsdDateTime.cs
- ColorIndependentAnimationStorage.cs
- ValidationRule.cs
- SchemaCollectionPreprocessor.cs
- GeneralTransform3DTo2DTo3D.cs
- CodeGeneratorOptions.cs
- BStrWrapper.cs
- SemanticKeyElement.cs
- ListViewDesigner.cs
- InstancePersistence.cs
- ClientRolePrincipal.cs
- ErrorRuntimeConfig.cs
- PixelFormatConverter.cs
- GridItemProviderWrapper.cs
- AuthenticateEventArgs.cs
- DataGridCell.cs
- BaseProcessProtocolHandler.cs
- RootNamespaceAttribute.cs
- UseAttributeSetsAction.cs
- DataGridParentRows.cs
- InputScopeManager.cs
- DataGridHelper.cs
- DataGridViewAccessibleObject.cs
- ServiceRoute.cs
- XmlBinaryReader.cs
- ScriptingAuthenticationServiceSection.cs
- CalendarTable.cs
- ResourcePool.cs
- CommandEventArgs.cs
- SqlCachedBuffer.cs
- TypeElement.cs
- DataRowExtensions.cs
- ElementAction.cs
- ImmutableObjectAttribute.cs
- ObjectDataSourceFilteringEventArgs.cs
- FixedDocumentPaginator.cs
- InvalidPrinterException.cs
- securitymgrsite.cs
- PageBuildProvider.cs
- TreeViewImageGenerator.cs
- DockingAttribute.cs
- ExtensionQuery.cs
- RegisteredExpandoAttribute.cs
- PiiTraceSource.cs
- HttpHeaderCollection.cs
- ResourcePermissionBaseEntry.cs
- SqlCacheDependency.cs
- SystemResources.cs
- ExtentCqlBlock.cs
- AlphabeticalEnumConverter.cs
- VisualTarget.cs
- BezierSegment.cs
- TypeElementCollection.cs
- OdbcError.cs
- GACMembershipCondition.cs
- ZoneIdentityPermission.cs
- Setter.cs
- COSERVERINFO.cs
- PictureBox.cs
- PeerResolver.cs
- ObjectViewQueryResultData.cs
- ActivityExecutionFilter.cs
- Point3DConverter.cs
- NamedPipeHostedTransportConfiguration.cs
- filewebrequest.cs
- RangeValuePatternIdentifiers.cs
- ThreadExceptionDialog.cs
- XmlDataLoader.cs
- DeadCharTextComposition.cs
- ColumnWidthChangedEvent.cs
- ListenerBinder.cs
- KnownTypesHelper.cs
- SQLBoolean.cs
- CopyCodeAction.cs
- LiteralControl.cs
- OracleParameter.cs
- TypeLibConverter.cs
- ImageAnimator.cs
- ListViewGroupItemCollection.cs
- Point3DAnimation.cs
- SqlClientPermission.cs
- StoreItemCollection.Loader.cs
- MediaCommands.cs
- SoapExtensionTypeElement.cs
- MouseEvent.cs
- RelationshipType.cs
- Command.cs
- AdornerPresentationContext.cs
- Shape.cs
- ConfigurationStrings.cs
- PackagingUtilities.cs
- FlatButtonAppearance.cs
- DesignerAutoFormatStyle.cs
- TreeNodeBindingDepthConverter.cs