Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- PieceNameHelper.cs
- GlyphShapingProperties.cs
- WindowsIPAddress.cs
- WindowsStatusBar.cs
- LocalizationParserHooks.cs
- SecurityMode.cs
- EncryptedReference.cs
- ParameterCollection.cs
- StrokeNodeOperations.cs
- VirtualizedItemProviderWrapper.cs
- OleDbRowUpdatingEvent.cs
- ButtonFlatAdapter.cs
- SqlCrossApplyToCrossJoin.cs
- ImportException.cs
- TokenizerHelper.cs
- ThemeDictionaryExtension.cs
- BindUriHelper.cs
- PageCache.cs
- MeasurementDCInfo.cs
- XmlSchemaIdentityConstraint.cs
- Metafile.cs
- ClientFormsAuthenticationCredentials.cs
- InheritedPropertyChangedEventArgs.cs
- IfAction.cs
- InkPresenter.cs
- WebResponse.cs
- JsonDataContract.cs
- XmlCharCheckingReader.cs
- PolicyManager.cs
- SecurityResources.cs
- TraceHandler.cs
- CompositeDataBoundControl.cs
- TraceHandlerErrorFormatter.cs
- XmlSchemaAttributeGroup.cs
- ServiceBehaviorElement.cs
- Transform.cs
- DataServiceKeyAttribute.cs
- ListViewItemEventArgs.cs
- ArgumentException.cs
- DataPointer.cs
- DynamicRenderer.cs
- Internal.cs
- TableLayoutStyle.cs
- EntitySqlQueryState.cs
- ResXBuildProvider.cs
- WebPartExportVerb.cs
- TableItemStyle.cs
- BulletedList.cs
- DCSafeHandle.cs
- WinFormsSecurity.cs
- WsdlInspector.cs
- TabPage.cs
- updateconfighost.cs
- InlineObject.cs
- _WinHttpWebProxyDataBuilder.cs
- RoleService.cs
- IgnorePropertiesAttribute.cs
- BitmapEncoder.cs
- GregorianCalendarHelper.cs
- CultureSpecificStringDictionary.cs
- HttpCapabilitiesSectionHandler.cs
- WebCodeGenerator.cs
- DuplicateDetector.cs
- Int32RectConverter.cs
- ProcessManager.cs
- IItemProperties.cs
- HttpCachePolicy.cs
- SqlDataSourceCustomCommandEditor.cs
- HttpConfigurationSystem.cs
- MexHttpBindingCollectionElement.cs
- SubclassTypeValidatorAttribute.cs
- CompoundFileReference.cs
- ButtonPopupAdapter.cs
- RecognizeCompletedEventArgs.cs
- MinMaxParagraphWidth.cs
- CaseStatement.cs
- TypedRowGenerator.cs
- SqlFunctionAttribute.cs
- ContentFilePart.cs
- ButtonFieldBase.cs
- LookupNode.cs
- MetadataSource.cs
- PenLineJoinValidation.cs
- BoolExpressionVisitors.cs
- securitycriticaldataformultiplegetandset.cs
- AbstractDataSvcMapFileLoader.cs
- DefaultAuthorizationContext.cs
- BindingContext.cs
- TableLayoutSettingsTypeConverter.cs
- PrivateFontCollection.cs
- MenuCommand.cs
- WebPartAuthorizationEventArgs.cs
- PKCS1MaskGenerationMethod.cs
- OutputCacheModule.cs
- PropertyGrid.cs
- ElasticEase.cs
- streamingZipPartStream.cs
- FormsAuthenticationEventArgs.cs
- XamlGridLengthSerializer.cs
- ValueUnavailableException.cs