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
- XmlWellformedWriter.cs
- SocketPermission.cs
- XmlMtomWriter.cs
- HelpProvider.cs
- PartialCachingAttribute.cs
- iisPickupDirectory.cs
- XsltSettings.cs
- InputBinder.cs
- Vector3DCollectionConverter.cs
- InternalTypeHelper.cs
- Mappings.cs
- Emitter.cs
- MediaCommands.cs
- InteropEnvironment.cs
- ReceiveContext.cs
- BitmapPalettes.cs
- ListBindingHelper.cs
- Rfc2898DeriveBytes.cs
- LicFileLicenseProvider.cs
- DNS.cs
- DataGridCommandEventArgs.cs
- RoleGroup.cs
- TransactionBehavior.cs
- Int32Collection.cs
- CombinedHttpChannel.cs
- LogLogRecord.cs
- HttpTransportElement.cs
- Parsers.cs
- MenuItemBinding.cs
- GacUtil.cs
- Literal.cs
- ConfigurationPropertyAttribute.cs
- CalendarData.cs
- GroupQuery.cs
- DrawingContext.cs
- SynchronizingStream.cs
- BulletedListEventArgs.cs
- NativeCppClassAttribute.cs
- LinqDataSourceView.cs
- x509utils.cs
- SpeechDetectedEventArgs.cs
- XmlCollation.cs
- UnsafeNativeMethodsTablet.cs
- StrongName.cs
- TextEditorContextMenu.cs
- NamedPipeChannelListener.cs
- BinaryMessageFormatter.cs
- MailMessageEventArgs.cs
- BindingValueChangedEventArgs.cs
- NamespaceDecl.cs
- UnsafeNativeMethodsPenimc.cs
- securitycriticaldataformultiplegetandset.cs
- FastEncoderWindow.cs
- ScriptingRoleServiceSection.cs
- UserNameSecurityTokenParameters.cs
- ToolStripContentPanelRenderEventArgs.cs
- DataPointer.cs
- WebPartActionVerb.cs
- DrawingCollection.cs
- DocumentCollection.cs
- MemberDomainMap.cs
- CopyAction.cs
- ActivitiesCollection.cs
- BamlWriter.cs
- GroupDescription.cs
- DataGridViewCellEventArgs.cs
- WsatServiceCertificate.cs
- UpdatePanelTrigger.cs
- CellQuery.cs
- StreamUpdate.cs
- ScrollItemPattern.cs
- WindowsTab.cs
- ListItemConverter.cs
- SequenceNumber.cs
- BamlResourceDeserializer.cs
- XmlSchemaProviderAttribute.cs
- Win32MouseDevice.cs
- DesignerCommandSet.cs
- TextTreePropertyUndoUnit.cs
- ServicesExceptionNotHandledEventArgs.cs
- HideDisabledControlAdapter.cs
- XamlTypeMapperSchemaContext.cs
- Vector3DCollection.cs
- Helpers.cs
- Accessible.cs
- Qualifier.cs
- TextLineBreak.cs
- Matrix3DValueSerializer.cs
- HtmlValidatorAdapter.cs
- ItemList.cs
- DeclarativeExpressionConditionDeclaration.cs
- DetailsViewDeleteEventArgs.cs
- Site.cs
- METAHEADER.cs
- Stack.cs
- GridEntryCollection.cs
- RenderData.cs
- FormatterServices.cs
- ManipulationLogic.cs
- MembershipSection.cs