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
- TransportContext.cs
- List.cs
- CmsInterop.cs
- RSAPKCS1KeyExchangeFormatter.cs
- RegexCompiler.cs
- SmiMetaData.cs
- LeaseManager.cs
- MailFileEditor.cs
- nulltextcontainer.cs
- TagMapCollection.cs
- XmlSchemaChoice.cs
- CalendarDay.cs
- RelatedPropertyManager.cs
- ConfigurationValidatorBase.cs
- ConnectionStringsExpressionBuilder.cs
- SystemNetworkInterface.cs
- GifBitmapDecoder.cs
- DataGridViewCellCollection.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- ByteAnimation.cs
- MessageSmuggler.cs
- LinqDataSourceSelectEventArgs.cs
- ActiveXHelper.cs
- ObjectDataSourceChooseTypePanel.cs
- cache.cs
- TimeSpanValidator.cs
- SudsWriter.cs
- SiteMapProvider.cs
- DeviceContext.cs
- SecurityImpersonationBehavior.cs
- AutomationEventArgs.cs
- CodeGeneratorOptions.cs
- RowToFieldTransformer.cs
- XPathPatternBuilder.cs
- BindingContext.cs
- filewebrequest.cs
- Figure.cs
- GcHandle.cs
- ContractReference.cs
- SerialErrors.cs
- ConfigurationManagerHelper.cs
- ResourceProviderFactory.cs
- AssertFilter.cs
- HostingEnvironmentWrapper.cs
- SyndicationDeserializer.cs
- SqlEnums.cs
- HttpRequest.cs
- AnnotationHighlightLayer.cs
- SaveCardRequest.cs
- ProvideValueServiceProvider.cs
- ColumnHeaderConverter.cs
- ImageAttributes.cs
- SpAudioStreamWrapper.cs
- mongolianshape.cs
- MatrixCamera.cs
- DataGridViewSelectedRowCollection.cs
- QuaternionConverter.cs
- HelpProvider.cs
- DurableMessageDispatchInspector.cs
- LiteralControl.cs
- OrderByBuilder.cs
- WpfKnownTypeInvoker.cs
- DrawingContext.cs
- FullTextState.cs
- DataGridAddNewRow.cs
- Polygon.cs
- AuthorizationSection.cs
- BaseParser.cs
- TextAnchor.cs
- XmlWrappingWriter.cs
- TransactionManager.cs
- XmlDesignerDataSourceView.cs
- GetRecipientRequest.cs
- LinkClickEvent.cs
- ServiceContractViewControl.cs
- Trace.cs
- SignatureDescription.cs
- DecimalAnimation.cs
- OleDbStruct.cs
- MsmqIntegrationSecurityMode.cs
- HashHelper.cs
- FixUpCollection.cs
- XmlUrlResolver.cs
- RealizationDrawingContextWalker.cs
- RegionInfo.cs
- OutputCacheProfileCollection.cs
- EventNotify.cs
- RulePatternOps.cs
- DataRecord.cs
- ToolZone.cs
- ObjectListField.cs
- ScriptRegistrationManager.cs
- CleanUpVirtualizedItemEventArgs.cs
- RegexRunnerFactory.cs
- MemoryMappedFileSecurity.cs
- DoubleConverter.cs
- ValidationErrorEventArgs.cs
- XmlSerializerNamespaces.cs
- SmiEventSink.cs
- OdbcConnectionHandle.cs