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
- ValidationHelper.cs
- CodeArrayIndexerExpression.cs
- CreateUserWizard.cs
- GridEntry.cs
- WindowsPrincipal.cs
- TypeToken.cs
- MethodExpr.cs
- ObjectDataSource.cs
- _NestedMultipleAsyncResult.cs
- MulticastNotSupportedException.cs
- InnerItemCollectionView.cs
- CatalogPartCollection.cs
- Assert.cs
- HttpApplication.cs
- ChtmlLinkAdapter.cs
- UserNamePasswordClientCredential.cs
- ResourceDictionaryCollection.cs
- Math.cs
- QueryCacheManager.cs
- MemberJoinTreeNode.cs
- AuthenticateEventArgs.cs
- DataSourceComponent.cs
- altserialization.cs
- TextLine.cs
- XpsManager.cs
- StateDesignerConnector.cs
- RemotingServices.cs
- BaseParaClient.cs
- LinqExpressionNormalizer.cs
- MobileUserControl.cs
- TimeSpanStorage.cs
- VectorKeyFrameCollection.cs
- LocatorPart.cs
- RefType.cs
- TrackingStringDictionary.cs
- InsufficientMemoryException.cs
- BinaryFormatterWriter.cs
- ArrayTypeMismatchException.cs
- ExtendedProperty.cs
- HitTestResult.cs
- DebugViewWriter.cs
- RtType.cs
- RuleSettings.cs
- ObjectNotFoundException.cs
- DrawingGroup.cs
- DaylightTime.cs
- InputLangChangeEvent.cs
- CfgParser.cs
- TemplateBindingExtension.cs
- ReversePositionQuery.cs
- EdmToObjectNamespaceMap.cs
- DesignerAttribute.cs
- SchemaAttDef.cs
- ScalarConstant.cs
- EntityTypeBase.cs
- HttpRequestBase.cs
- XmlImplementation.cs
- FlowDocumentReader.cs
- EntityContainerRelationshipSet.cs
- Positioning.cs
- PrintDocument.cs
- OracleTransaction.cs
- RandomNumberGenerator.cs
- webbrowsersite.cs
- StaticDataManager.cs
- ScrollItemPatternIdentifiers.cs
- SiteMapNodeItem.cs
- MimeWriter.cs
- MsmqIntegrationChannelListener.cs
- WebRequest.cs
- RayMeshGeometry3DHitTestResult.cs
- Int32KeyFrameCollection.cs
- WindowsAuthenticationModule.cs
- followingquery.cs
- ImageIndexConverter.cs
- CriticalFinalizerObject.cs
- CallbackValidator.cs
- WindowsListView.cs
- SamlAdvice.cs
- IndexOutOfRangeException.cs
- ResourceContainer.cs
- PropertyDescriptorGridEntry.cs
- Rotation3D.cs
- CompilerResults.cs
- MachineSettingsSection.cs
- CodeGenerator.cs
- CuspData.cs
- Query.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- PathGradientBrush.cs
- DoubleCollectionConverter.cs
- ImageDrawing.cs
- DrawTreeNodeEventArgs.cs
- Missing.cs
- BitmapEffectDrawingContextState.cs
- TableTextElementCollectionInternal.cs
- AdRotator.cs
- GuidTagList.cs
- Propagator.Evaluator.cs
- NativeMethods.cs