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
- HorizontalAlignConverter.cs
- PasswordDeriveBytes.cs
- DispatcherExceptionEventArgs.cs
- ListControlActionList.cs
- ClipboardProcessor.cs
- VolatileEnlistmentMultiplexing.cs
- FontInfo.cs
- HwndMouseInputProvider.cs
- UpdateExpressionVisitor.cs
- NamespaceCollection.cs
- ActivationServices.cs
- UriSectionData.cs
- XPathConvert.cs
- SQLInt64.cs
- XmlSchemaAny.cs
- ZipIOExtraFieldZip64Element.cs
- ComponentTray.cs
- XsdBuilder.cs
- UnauthorizedWebPart.cs
- FixedSOMGroup.cs
- ApplicationActivator.cs
- SiteMapProvider.cs
- SerializationFieldInfo.cs
- VirtualizingStackPanel.cs
- WindowsSysHeader.cs
- ObservableCollection.cs
- coordinatorscratchpad.cs
- DeclarationUpdate.cs
- LocatorManager.cs
- BindingExpressionBase.cs
- Exception.cs
- ViewCellSlot.cs
- BindingList.cs
- ActivationServices.cs
- CharacterHit.cs
- DictionaryEntry.cs
- WebSysDescriptionAttribute.cs
- SqlError.cs
- ClonableStack.cs
- SemanticResultKey.cs
- VarRefManager.cs
- ImageListStreamer.cs
- UnsafeNativeMethods.cs
- Point3DCollectionConverter.cs
- ExtendedPropertyDescriptor.cs
- AutomationPatternInfo.cs
- ListViewItemSelectionChangedEvent.cs
- DebugHandleTracker.cs
- WindowsRegion.cs
- SqlDataSourceCustomCommandEditor.cs
- HttpRequestWrapper.cs
- MobileControlDesigner.cs
- OrderByBuilder.cs
- MobilePage.cs
- XMLSyntaxException.cs
- X509RecipientCertificateServiceElement.cs
- VerticalAlignConverter.cs
- FileDataSourceCache.cs
- UnsafeNativeMethods.cs
- SevenBitStream.cs
- EUCJPEncoding.cs
- ConfigXmlText.cs
- StringResourceManager.cs
- OdbcEnvironment.cs
- SchemaImporterExtensionElementCollection.cs
- MobileUserControl.cs
- DataRelation.cs
- RuleRef.cs
- WorkflowStateRollbackService.cs
- FixedElement.cs
- DirectionalLight.cs
- DbConnectionStringCommon.cs
- RowUpdatingEventArgs.cs
- EncoderParameter.cs
- UnicastIPAddressInformationCollection.cs
- AuthenticationModuleElement.cs
- SqlParameter.cs
- CodeSnippetTypeMember.cs
- DesignBindingConverter.cs
- EmptyStringExpandableObjectConverter.cs
- InputLanguageSource.cs
- odbcmetadatacolumnnames.cs
- ExpressionBindingCollection.cs
- ApplicationInterop.cs
- SqlBuffer.cs
- TraversalRequest.cs
- SessionIDManager.cs
- Message.cs
- InputLanguageManager.cs
- Misc.cs
- ConfigurationStrings.cs
- CapabilitiesSection.cs
- TreeNodeClickEventArgs.cs
- RecordManager.cs
- NullableConverter.cs
- Transactions.cs
- RenameRuleObjectDialog.cs
- PageAsyncTaskManager.cs
- WinInet.cs
- _SslStream.cs