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
- WindowsPen.cs
- DocumentViewerConstants.cs
- KnowledgeBase.cs
- FilteredReadOnlyMetadataCollection.cs
- DataConnectionHelper.cs
- HtmlContainerControl.cs
- TableColumnCollection.cs
- securitymgrsite.cs
- TypeSystem.cs
- FunctionUpdateCommand.cs
- StickyNote.cs
- CustomWebEventKey.cs
- OnOperation.cs
- RectKeyFrameCollection.cs
- TreeNodeClickEventArgs.cs
- HttpClientCertificate.cs
- LocatorManager.cs
- CommandConverter.cs
- BinaryFormatter.cs
- Events.cs
- CellConstantDomain.cs
- FixedPosition.cs
- EventlogProvider.cs
- followingsibling.cs
- PanelDesigner.cs
- _NTAuthentication.cs
- TypeConverterAttribute.cs
- TargetControlTypeCache.cs
- WebPartExportVerb.cs
- LogConverter.cs
- SimpleMailWebEventProvider.cs
- MimeParameters.cs
- GPStream.cs
- ConfigurationStrings.cs
- RepeatBehavior.cs
- XmlObjectSerializerReadContextComplex.cs
- DecoderExceptionFallback.cs
- Calendar.cs
- NetworkInterface.cs
- PasswordBoxAutomationPeer.cs
- SelectionEditor.cs
- RequestCachePolicy.cs
- MasterPageBuildProvider.cs
- CodeStatement.cs
- MessageSecurityVersionConverter.cs
- WorkflowQueueInfo.cs
- LockedAssemblyCache.cs
- TableItemStyle.cs
- Span.cs
- TimersDescriptionAttribute.cs
- TrustManager.cs
- remotingproxy.cs
- sqlmetadatafactory.cs
- FontCacheUtil.cs
- RequestResizeEvent.cs
- ActivityExecutionContext.cs
- DocumentReference.cs
- AssemblyEvidenceFactory.cs
- FileDialog_Vista_Interop.cs
- OdbcConnectionStringbuilder.cs
- WebBrowserDocumentCompletedEventHandler.cs
- AdornerHitTestResult.cs
- XmlBoundElement.cs
- UniqueIdentifierService.cs
- ZoneMembershipCondition.cs
- DataGridViewComboBoxCell.cs
- Vector.cs
- cookie.cs
- SafeTimerHandle.cs
- X509ChainPolicy.cs
- WebPartCatalogCloseVerb.cs
- SingleConverter.cs
- SoapAttributeOverrides.cs
- UInt16.cs
- AdministrationHelpers.cs
- UnicastIPAddressInformationCollection.cs
- RuleProcessor.cs
- BaseValidator.cs
- HttpListenerPrefixCollection.cs
- AvtEvent.cs
- JapaneseLunisolarCalendar.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SettingsPropertyNotFoundException.cs
- PackageStore.cs
- BufferBuilder.cs
- ZipIOModeEnforcingStream.cs
- ProxyWebPartManager.cs
- PropertyGrid.cs
- WebBrowser.cs
- SocketAddress.cs
- milexports.cs
- AtomPub10CategoriesDocumentFormatter.cs
- DecimalFormatter.cs
- VirtualDirectoryMappingCollection.cs
- DataListDesigner.cs
- BindingContext.cs
- ExceptionUtil.cs
- TransformationRules.cs
- BamlTreeMap.cs
- WindowsSolidBrush.cs