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
- TextTreeFixupNode.cs
- ListViewUpdatedEventArgs.cs
- _HTTPDateParse.cs
- NullableFloatAverageAggregationOperator.cs
- ComboBoxRenderer.cs
- InvalidateEvent.cs
- transactioncontext.cs
- MarkupCompilePass1.cs
- EventTask.cs
- RectKeyFrameCollection.cs
- MonthCalendar.cs
- ChildrenQuery.cs
- ConstantCheck.cs
- AuthenticationServiceManager.cs
- BehaviorEditorPart.cs
- XPathNodeInfoAtom.cs
- CollectionConverter.cs
- AddDataControlFieldDialog.cs
- SmtpSection.cs
- CharConverter.cs
- ExeContext.cs
- LocalizabilityAttribute.cs
- TypeExtensionConverter.cs
- ToolboxItemFilterAttribute.cs
- XmlCompatibilityReader.cs
- QilFunction.cs
- _UriTypeConverter.cs
- ClientCultureInfo.cs
- DropDownList.cs
- OrthographicCamera.cs
- ValueExpressions.cs
- CoTaskMemUnicodeSafeHandle.cs
- IdentityElement.cs
- PageBuildProvider.cs
- ListDictionaryInternal.cs
- MiniModule.cs
- WebBrowserSiteBase.cs
- ActiveXHelper.cs
- MiniMapControl.xaml.cs
- _NestedMultipleAsyncResult.cs
- ApplicationException.cs
- SqlException.cs
- Rotation3DAnimation.cs
- TokenBasedSet.cs
- MdImport.cs
- WorkflowExecutor.cs
- DataSourceExpressionCollection.cs
- CodeRemoveEventStatement.cs
- Automation.cs
- ComponentManagerBroker.cs
- XamlStream.cs
- AppDomainProtocolHandler.cs
- GeometryHitTestParameters.cs
- OracleParameter.cs
- DataGridViewRowsRemovedEventArgs.cs
- DrawListViewColumnHeaderEventArgs.cs
- PerformanceCounterPermission.cs
- EntityDataSourceWizardForm.cs
- HttpRuntimeSection.cs
- SmtpFailedRecipientsException.cs
- StoreItemCollection.Loader.cs
- PreservationFileReader.cs
- StylusDevice.cs
- MouseActionValueSerializer.cs
- StorageMappingItemLoader.cs
- LogicalCallContext.cs
- TimersDescriptionAttribute.cs
- ControlAdapter.cs
- XmlHierarchyData.cs
- SystemIPInterfaceStatistics.cs
- DesignerEditorPartChrome.cs
- GroupBoxDesigner.cs
- AlignmentYValidation.cs
- EventDescriptorCollection.cs
- AutoResizedEvent.cs
- ApplicationFileParser.cs
- SchemaCompiler.cs
- BufferAllocator.cs
- EventMetadata.cs
- TabletCollection.cs
- CustomValidator.cs
- Point3DAnimationUsingKeyFrames.cs
- EraserBehavior.cs
- PoisonMessageException.cs
- BitmapCodecInfoInternal.cs
- WebPartConnectionsCancelVerb.cs
- BindingSourceDesigner.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SessionChannels.cs
- ping.cs
- DelegateBodyWriter.cs
- DocumentAutomationPeer.cs
- FactoryMaker.cs
- PassportAuthenticationModule.cs
- FormParameter.cs
- OdbcException.cs
- FrameAutomationPeer.cs
- SecurityToken.cs
- SplitterPanel.cs
- XmlSignatureProperties.cs