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
- WinInet.cs
- TraceSection.cs
- Context.cs
- MsmqMessage.cs
- InputProviderSite.cs
- cookie.cs
- StateWorkerRequest.cs
- ApplicationTrust.cs
- RSAProtectedConfigurationProvider.cs
- RSAOAEPKeyExchangeFormatter.cs
- HtmlControlAdapter.cs
- OleDbPropertySetGuid.cs
- HTMLTextWriter.cs
- CodeCompileUnit.cs
- LongValidatorAttribute.cs
- EntityDataSourceContainerNameItem.cs
- PingReply.cs
- GeneralTransformCollection.cs
- DataStreams.cs
- DATA_BLOB.cs
- HttpConfigurationContext.cs
- XmlSignatureManifest.cs
- DataBinder.cs
- CmsUtils.cs
- ReliabilityContractAttribute.cs
- ScopeCollection.cs
- ConfigurationLocationCollection.cs
- ToolboxComponentsCreatingEventArgs.cs
- ComNativeDescriptor.cs
- ConstructorExpr.cs
- XsltQilFactory.cs
- EntitySqlException.cs
- XamlContextStack.cs
- EncoderNLS.cs
- TextDecoration.cs
- BamlTreeNode.cs
- XslTransformFileEditor.cs
- ListBindingHelper.cs
- DaylightTime.cs
- PkcsMisc.cs
- ToolStripOverflow.cs
- DetailsViewModeEventArgs.cs
- WindowsIPAddress.cs
- SecurityState.cs
- OdbcTransaction.cs
- FlowNode.cs
- _WinHttpWebProxyDataBuilder.cs
- CryptoApi.cs
- Event.cs
- Schema.cs
- ApplicationSecurityManager.cs
- ListViewItemMouseHoverEvent.cs
- PagerSettings.cs
- CompilerHelpers.cs
- TextMetrics.cs
- EpmContentDeSerializerBase.cs
- DnsCache.cs
- Environment.cs
- storepermission.cs
- WhitespaceRuleLookup.cs
- XsltContext.cs
- ThicknessConverter.cs
- DbProviderSpecificTypePropertyAttribute.cs
- PlatformCulture.cs
- SQLMoneyStorage.cs
- TdsParser.cs
- ProjectionPruner.cs
- DataControlFieldCell.cs
- SystemGatewayIPAddressInformation.cs
- EntityWithChangeTrackerStrategy.cs
- TailCallAnalyzer.cs
- EventMappingSettings.cs
- StringReader.cs
- ParameterCollection.cs
- XmlSchemaInclude.cs
- SignerInfo.cs
- TypeHelper.cs
- DbCommandDefinition.cs
- EntityDataSourceMemberPath.cs
- SafeSecurityHandles.cs
- OrderedEnumerableRowCollection.cs
- ParenthesizePropertyNameAttribute.cs
- SingleResultAttribute.cs
- EncodedStreamFactory.cs
- TypeResolver.cs
- VectorCollectionConverter.cs
- SamlDelegatingWriter.cs
- HierarchicalDataBoundControlAdapter.cs
- FontFamilyIdentifier.cs
- MenuScrollingVisibilityConverter.cs
- HwndSource.cs
- XmlValueConverter.cs
- FullTextBreakpoint.cs
- AtomParser.cs
- SymLanguageType.cs
- DbConnectionHelper.cs
- infer.cs
- CodeParameterDeclarationExpression.cs
- ForwardPositionQuery.cs
- ListViewItem.cs