Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SingleAnimationBase.cs
- DataGridSortingEventArgs.cs
- MenuRendererStandards.cs
- figurelength.cs
- dataSvcMapFileLoader.cs
- ThemeDirectoryCompiler.cs
- MergeFailedEvent.cs
- HttpProtocolImporter.cs
- UrlParameterReader.cs
- SemanticResultValue.cs
- BridgeDataRecord.cs
- DataBindingHandlerAttribute.cs
- ConnectionPoint.cs
- MsdtcWrapper.cs
- DisplayMemberTemplateSelector.cs
- PriorityBindingExpression.cs
- FolderBrowserDialog.cs
- CustomAttributeBuilder.cs
- SmiEventStream.cs
- EmptyEnumerator.cs
- ExitEventArgs.cs
- XamlBrushSerializer.cs
- UIElement3D.cs
- backend.cs
- CodeAttachEventStatement.cs
- SecurityElement.cs
- BezierSegment.cs
- ListViewContainer.cs
- TrackingLocation.cs
- ControlAdapter.cs
- InternalDispatchObject.cs
- ColumnTypeConverter.cs
- ListItemParagraph.cs
- XPathAxisIterator.cs
- EncodingInfo.cs
- AdCreatedEventArgs.cs
- SecurityUniqueId.cs
- CharacterMetricsDictionary.cs
- ExpressionList.cs
- Query.cs
- TextEditorTyping.cs
- Scene3D.cs
- ColumnReorderedEventArgs.cs
- XmlDataProvider.cs
- RuntimeResourceSet.cs
- InvalidPrinterException.cs
- LateBoundBitmapDecoder.cs
- WebPartHelpVerb.cs
- ExceptionWrapper.cs
- SplineKeyFrames.cs
- FileFormatException.cs
- PeerValidationBehavior.cs
- ExtendedProperty.cs
- CommandLibraryHelper.cs
- VectorCollection.cs
- Expander.cs
- DBSchemaTable.cs
- LayoutTableCell.cs
- HtmlInputCheckBox.cs
- Transaction.cs
- TimeStampChecker.cs
- IncrementalReadDecoders.cs
- EncodingNLS.cs
- RightsManagementErrorHandler.cs
- JapaneseLunisolarCalendar.cs
- HTMLTextWriter.cs
- Char.cs
- ChtmlLinkAdapter.cs
- SemaphoreFullException.cs
- _ProxyChain.cs
- DatePicker.cs
- DbConnectionStringBuilder.cs
- XDeferredAxisSource.cs
- SystemIPv4InterfaceProperties.cs
- RoleManagerModule.cs
- HandlerBase.cs
- RouteData.cs
- PanelDesigner.cs
- FactoryGenerator.cs
- AdapterDictionary.cs
- HighContrastHelper.cs
- DataViewSetting.cs
- MyContact.cs
- XmlSchemaSimpleTypeUnion.cs
- DataGridViewImageCell.cs
- AvTrace.cs
- AnnotationResource.cs
- DictionaryBase.cs
- KeyValueConfigurationCollection.cs
- WebServiceMethodData.cs
- RotateTransform3D.cs
- Span.cs
- RewritingValidator.cs
- BufferedGraphicsContext.cs
- DataGridItemAttachedStorage.cs
- ScaleTransform3D.cs
- SystemInformation.cs
- GeneratedView.cs
- OutputScope.cs
- AutomationIdentifierGuids.cs