Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / AutomationAttributeInfo.cs / 1305600 / 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
- Base64Encoder.cs
- SetStoryboardSpeedRatio.cs
- DbConnectionPoolOptions.cs
- MergePropertyDescriptor.cs
- MemberProjectedSlot.cs
- IProvider.cs
- EqualityComparer.cs
- HttpHandlerActionCollection.cs
- ResourceSetExpression.cs
- MeasurementDCInfo.cs
- MultiTrigger.cs
- CryptoStream.cs
- CorrelationTokenTypeConvertor.cs
- DataControlField.cs
- MappingItemCollection.cs
- CompiledRegexRunnerFactory.cs
- CommandBinding.cs
- XmlDataCollection.cs
- ServiceNameElement.cs
- Crypto.cs
- DefinitionBase.cs
- TriggerActionCollection.cs
- MachineKeySection.cs
- WebPartTransformer.cs
- ClientBuildManagerCallback.cs
- ProcessHost.cs
- CLRBindingWorker.cs
- PropertyBuilder.cs
- BufferedGraphicsManager.cs
- NativeMethods.cs
- TextContainerChangeEventArgs.cs
- ConcurrentQueue.cs
- MemoryStream.cs
- DbDataReader.cs
- FileDialog.cs
- TransferMode.cs
- WindowsRichEdit.cs
- CurrencyWrapper.cs
- CapabilitiesAssignment.cs
- SafeNativeMethods.cs
- MouseCaptureWithinProperty.cs
- PersonalizationEntry.cs
- EntityType.cs
- ScanQueryOperator.cs
- LinqDataSourceValidationException.cs
- ChtmlCommandAdapter.cs
- TableParagraph.cs
- MethodRental.cs
- TimeManager.cs
- SessionStateUtil.cs
- Ref.cs
- PolicyManager.cs
- XmlSchemaExporter.cs
- AsymmetricKeyExchangeDeformatter.cs
- AsymmetricSignatureDeformatter.cs
- StylusDownEventArgs.cs
- _LazyAsyncResult.cs
- CreatingCookieEventArgs.cs
- SourceSwitch.cs
- EasingQuaternionKeyFrame.cs
- ElementUtil.cs
- DataListItem.cs
- CallSiteHelpers.cs
- TextContainerChangeEventArgs.cs
- PerspectiveCamera.cs
- ListViewTableCell.cs
- StickyNoteContentControl.cs
- UndirectedGraph.cs
- ConsumerConnectionPoint.cs
- ACE.cs
- NonBatchDirectoryCompiler.cs
- SqlDependencyListener.cs
- AxHost.cs
- File.cs
- ProfileProvider.cs
- TrackingQueryElement.cs
- TargetParameterCountException.cs
- RtfToken.cs
- IndexingContentUnit.cs
- Vector3D.cs
- TextOptions.cs
- xsdvalidator.cs
- XPathNavigator.cs
- FormViewModeEventArgs.cs
- ConfigurationException.cs
- CancelEventArgs.cs
- serverconfig.cs
- Overlapped.cs
- FixedTextPointer.cs
- ReadWriteObjectLock.cs
- RowVisual.cs
- FontStyleConverter.cs
- ClientUtils.cs
- DebugInfoExpression.cs
- HttpCookieCollection.cs
- TextParagraphCache.cs
- DecimalSumAggregationOperator.cs
- Compilation.cs
- ManipulationVelocities.cs
- DSASignatureDeformatter.cs