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
- WebControlsSection.cs
- ProgressBarBrushConverter.cs
- NativeBuffer.cs
- ExpanderAutomationPeer.cs
- DecoderReplacementFallback.cs
- TraceProvider.cs
- basevalidator.cs
- Misc.cs
- XmlSchemaGroupRef.cs
- CdpEqualityComparer.cs
- ListBox.cs
- XmlDocument.cs
- StdValidatorsAndConverters.cs
- ItemMap.cs
- SHA512Managed.cs
- Lease.cs
- XmlAttributeAttribute.cs
- HttpCachePolicy.cs
- EntityType.cs
- RenderContext.cs
- PathFigure.cs
- DocumentSequence.cs
- DataRelation.cs
- AutomationElement.cs
- GridViewPageEventArgs.cs
- WpfPayload.cs
- XmlSchemaException.cs
- ExceptionHandlers.cs
- SqlInternalConnection.cs
- ProxyFragment.cs
- DesignDataSource.cs
- DataRecordInfo.cs
- BasePropertyDescriptor.cs
- ByteArrayHelperWithString.cs
- RefreshEventArgs.cs
- TextProviderWrapper.cs
- Baml2006SchemaContext.cs
- PartialTrustHelpers.cs
- HitTestParameters.cs
- ImmutableObjectAttribute.cs
- AdRotator.cs
- WindowVisualStateTracker.cs
- StringInfo.cs
- UnmanagedMemoryStream.cs
- VectorConverter.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ToolBarButtonClickEvent.cs
- BezierSegment.cs
- RpcAsyncResult.cs
- IntellisenseTextBox.designer.cs
- ItemCollection.cs
- WebAdminConfigurationHelper.cs
- RegexCompiler.cs
- FileSystemWatcher.cs
- PermissionSetEnumerator.cs
- QuaternionAnimation.cs
- SecurityUniqueId.cs
- InheritanceAttribute.cs
- __ConsoleStream.cs
- AsymmetricSignatureFormatter.cs
- ExpressionLink.cs
- WebPartVerbsEventArgs.cs
- DrawingGroup.cs
- PersonalizationStateQuery.cs
- MetadataPropertyAttribute.cs
- Misc.cs
- SoapIgnoreAttribute.cs
- SecurityTokenSerializer.cs
- MasterPage.cs
- ReferenceService.cs
- sqlstateclientmanager.cs
- SqlWriter.cs
- externdll.cs
- MessageDescriptionCollection.cs
- MarginCollapsingState.cs
- XmlEntityReference.cs
- HTTPNotFoundHandler.cs
- TabletCollection.cs
- AttributeTable.cs
- ToolConsole.cs
- RegionData.cs
- Animatable.cs
- InfoCardCryptoHelper.cs
- SamlAction.cs
- SiteMapNodeItem.cs
- TypeReference.cs
- LocationFactory.cs
- HandlerFactoryWrapper.cs
- XmlStringTable.cs
- WindowClosedEventArgs.cs
- ColumnReorderedEventArgs.cs
- SystemNetworkInterface.cs
- VirtualPathProvider.cs
- ObjectPropertyMapping.cs
- Invariant.cs
- ScrollViewerAutomationPeer.cs
- SafeUserTokenHandle.cs
- StorageConditionPropertyMapping.cs
- PageEventArgs.cs
- ProcessModule.cs