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
- StringConverter.cs
- SqlUtils.cs
- LocatorGroup.cs
- OracleInternalConnection.cs
- safemediahandle.cs
- MimeFormatExtensions.cs
- XmlnsCache.cs
- ModelTypeConverter.cs
- ConnectionPoolRegistry.cs
- Substitution.cs
- EntityExpressionVisitor.cs
- ContractCodeDomInfo.cs
- ReceiveActivity.cs
- WebPartExportVerb.cs
- BamlRecordWriter.cs
- ReferenceConverter.cs
- InstanceNotReadyException.cs
- ServicesUtilities.cs
- Logging.cs
- ActivityCodeGenerator.cs
- SQLMembershipProvider.cs
- XPathConvert.cs
- DataTemplateSelector.cs
- AutomationIdentifier.cs
- XmlSchemaCompilationSettings.cs
- WindowsToolbarAsMenu.cs
- ListViewHitTestInfo.cs
- OleDbPermission.cs
- SettingsAttributeDictionary.cs
- DataPointer.cs
- SeparatorAutomationPeer.cs
- DrawingGroupDrawingContext.cs
- SqlBinder.cs
- ClientBuildManager.cs
- CounterCreationDataConverter.cs
- SessionStateItemCollection.cs
- RuleRef.cs
- XmlDataSource.cs
- DBParameter.cs
- ImageSourceConverter.cs
- CompressStream.cs
- ProtocolsConfigurationHandler.cs
- AuthorizationRuleCollection.cs
- SimpleTypeResolver.cs
- PartManifestEntry.cs
- UrlPath.cs
- EventProviderClassic.cs
- ProfileServiceManager.cs
- Bind.cs
- Expr.cs
- FileRegion.cs
- SQLSingleStorage.cs
- DateTimeConverter2.cs
- XmlILConstructAnalyzer.cs
- COM2ColorConverter.cs
- Point.cs
- KoreanCalendar.cs
- HttpCookiesSection.cs
- SoapReflectionImporter.cs
- Base64Encoder.cs
- SafeThreadHandle.cs
- _NetRes.cs
- ToolStripDropDownDesigner.cs
- URIFormatException.cs
- TraceSection.cs
- XmlElementList.cs
- FilteredDataSetHelper.cs
- AsymmetricSignatureFormatter.cs
- ISAPIRuntime.cs
- EqualityComparer.cs
- BuildProvider.cs
- ObjectItemCollection.cs
- SetterBase.cs
- JapaneseLunisolarCalendar.cs
- Error.cs
- ParserOptions.cs
- Button.cs
- BooleanAnimationBase.cs
- ClassGenerator.cs
- CodeGotoStatement.cs
- RootProfilePropertySettingsCollection.cs
- ArrayConverter.cs
- Vector3DIndependentAnimationStorage.cs
- EncodedStreamFactory.cs
- CommandHelpers.cs
- HttpPostedFileBase.cs
- FrameworkTemplate.cs
- TypedReference.cs
- AssemblyInfo.cs
- TraceHelpers.cs
- DispatchChannelSink.cs
- UInt16.cs
- FastEncoderWindow.cs
- FieldCollectionEditor.cs
- XmlChildEnumerator.cs
- XmlNamespaceMappingCollection.cs
- RadialGradientBrush.cs
- LinqDataSourceHelper.cs
- BinaryObjectReader.cs
- CompensableActivity.cs