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
- Rule.cs
- XamlBuildTaskServices.cs
- BinHexDecoder.cs
- MulticastNotSupportedException.cs
- SmiRequestExecutor.cs
- CompositeControl.cs
- XamlRtfConverter.cs
- XPathPatternParser.cs
- ResourceKey.cs
- FixUpCollection.cs
- PathSegmentCollection.cs
- TabOrder.cs
- ForAllOperator.cs
- CanonicalFontFamilyReference.cs
- ChannelManagerService.cs
- MessageBox.cs
- AliasExpr.cs
- AlternateView.cs
- LineServices.cs
- BasicBrowserDialog.designer.cs
- Variable.cs
- CommonDialog.cs
- IQueryable.cs
- LogPolicy.cs
- WorkflowDefinitionDispenser.cs
- ConfigurationManager.cs
- PerformanceCounterCategory.cs
- AssemblyAssociatedContentFileAttribute.cs
- AnnotationResourceChangedEventArgs.cs
- ReadOnlyAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- WindowShowOrOpenTracker.cs
- MenuItemBindingCollection.cs
- CachingHintValidation.cs
- XsltQilFactory.cs
- DataGridAddNewRow.cs
- DbMetaDataFactory.cs
- EndpointDiscoveryMetadata.cs
- RegisteredHiddenField.cs
- METAHEADER.cs
- ExceptionValidationRule.cs
- WizardStepBase.cs
- WsiProfilesElement.cs
- SigningDialog.cs
- ConfigurationManagerHelperFactory.cs
- IfAction.cs
- compensatingcollection.cs
- TypeProvider.cs
- BindingExpressionBase.cs
- XXXOnTypeBuilderInstantiation.cs
- Exception.cs
- TextDecoration.cs
- EntityFunctions.cs
- PartialTrustValidationBehavior.cs
- CodeCompileUnit.cs
- HttpConfigurationSystem.cs
- DbConnectionInternal.cs
- BadImageFormatException.cs
- ObjectViewFactory.cs
- CacheEntry.cs
- ProjectionPlan.cs
- CloseSequence.cs
- ConfigurationElementProperty.cs
- ApplicationSecurityInfo.cs
- SqlInternalConnectionSmi.cs
- DiagnosticsConfigurationHandler.cs
- dbenumerator.cs
- CodeCommentStatementCollection.cs
- hwndwrapper.cs
- OutKeywords.cs
- TransformerConfigurationWizardBase.cs
- LateBoundBitmapDecoder.cs
- ClientTarget.cs
- DefaultBindingPropertyAttribute.cs
- WebAdminConfigurationHelper.cs
- baseshape.cs
- SoapMessage.cs
- PropertyDescriptor.cs
- DependencyObject.cs
- FixedDocumentPaginator.cs
- ParenthesizePropertyNameAttribute.cs
- TabItem.cs
- HitTestWithPointDrawingContextWalker.cs
- TabControlCancelEvent.cs
- WebReferencesBuildProvider.cs
- DefaultValueAttribute.cs
- ShapingWorkspace.cs
- XmlSchemaAnnotated.cs
- StylusCaptureWithinProperty.cs
- Panel.cs
- QueryOptionExpression.cs
- TextMarkerSource.cs
- NullableConverter.cs
- ObjectCloneHelper.cs
- ProcessModuleCollection.cs
- BitmapSourceSafeMILHandle.cs
- XmlExpressionDumper.cs
- OutputCacheModule.cs
- InteropTrackingRecord.cs
- HtmlLink.cs