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
- CollectionsUtil.cs
- FocusChangedEventArgs.cs
- Cell.cs
- MetadataFile.cs
- CallbackWrapper.cs
- DataGridViewRowPrePaintEventArgs.cs
- AssemblySettingAttributes.cs
- SourceChangedEventArgs.cs
- XmlNamespaceDeclarationsAttribute.cs
- PeerHelpers.cs
- XNodeNavigator.cs
- XmlFormatExtensionAttribute.cs
- ChannelServices.cs
- NumericUpDown.cs
- Msmq4PoisonHandler.cs
- StateChangeEvent.cs
- HttpCacheParams.cs
- PropertyEmitterBase.cs
- ExtendedPropertyDescriptor.cs
- Drawing.cs
- InvalidAsynchronousStateException.cs
- BindingElementExtensionElement.cs
- XPathLexer.cs
- XmlSchemaCompilationSettings.cs
- PresentationSource.cs
- GridViewRow.cs
- SqlDataSourceCommandEventArgs.cs
- Scheduling.cs
- InputMethodStateChangeEventArgs.cs
- DataSet.cs
- ControlIdConverter.cs
- StretchValidation.cs
- QueueProcessor.cs
- DataSourceControlBuilder.cs
- TextMarkerSource.cs
- OutgoingWebResponseContext.cs
- VersionValidator.cs
- AnimationClockResource.cs
- CodeConstructor.cs
- GradientStop.cs
- Utils.cs
- VirtualizingPanel.cs
- OdbcHandle.cs
- ProjectedSlot.cs
- PenThreadPool.cs
- ObfuscateAssemblyAttribute.cs
- HyperLinkStyle.cs
- FormsIdentity.cs
- OpCopier.cs
- ProfileGroupSettings.cs
- SchemaMapping.cs
- SoapFault.cs
- ToolStripDropTargetManager.cs
- RecognizedPhrase.cs
- NotifyParentPropertyAttribute.cs
- ScrollPatternIdentifiers.cs
- DisposableCollectionWrapper.cs
- CompilationRelaxations.cs
- SerializableAttribute.cs
- ValidatedControlConverter.cs
- SystemSounds.cs
- PersonalizationProvider.cs
- HtmlSelect.cs
- ThreadAttributes.cs
- OperationInvokerBehavior.cs
- WindowsListViewGroupHelper.cs
- BitmapEffectDrawingContextWalker.cs
- ImageListUtils.cs
- Accessible.cs
- BindingContext.cs
- TripleDESCryptoServiceProvider.cs
- SQLDoubleStorage.cs
- SecurityTokenReferenceStyle.cs
- HtmlShimManager.cs
- XPathNodePointer.cs
- ParameterModifier.cs
- OpenFileDialog.cs
- TableItemPatternIdentifiers.cs
- AssemblyResolver.cs
- UpDownEvent.cs
- SortableBindingList.cs
- NameNode.cs
- SelectionRangeConverter.cs
- PathParser.cs
- SqlPersonalizationProvider.cs
- InvokePattern.cs
- DataObjectCopyingEventArgs.cs
- Win32Exception.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- LocalizableResourceBuilder.cs
- TextChangedEventArgs.cs
- TokenBasedSetEnumerator.cs
- OptimizedTemplateContentHelper.cs
- safesecurityhelperavalon.cs
- RelationshipSet.cs
- PrimitiveXmlSerializers.cs
- GeometryGroup.cs
- XsdCachingReader.cs
- SafeFileMapViewHandle.cs
- MissingMethodException.cs