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
- RSAPKCS1KeyExchangeDeformatter.cs
- HierarchicalDataBoundControlAdapter.cs
- Label.cs
- ResXBuildProvider.cs
- SystemIPv4InterfaceProperties.cs
- FolderBrowserDialog.cs
- AttributeQuery.cs
- DataGridViewColumnHeaderCell.cs
- VisualStyleElement.cs
- HashAlgorithm.cs
- CachedPathData.cs
- ApplicationContext.cs
- ExtentKey.cs
- LambdaCompiler.Expressions.cs
- DataControlPagerLinkButton.cs
- ConfigXmlComment.cs
- TextSelectionProcessor.cs
- M3DUtil.cs
- ScriptingRoleServiceSection.cs
- EncoderExceptionFallback.cs
- GeneralTransform3D.cs
- DbUpdateCommandTree.cs
- ShaderRenderModeValidation.cs
- Visual3D.cs
- httpserverutility.cs
- DataGridViewRowStateChangedEventArgs.cs
- OutKeywords.cs
- AutoGeneratedField.cs
- SHA384CryptoServiceProvider.cs
- complextypematerializer.cs
- OrderedEnumerableRowCollection.cs
- MultiTouchSystemGestureLogic.cs
- SimpleHandlerBuildProvider.cs
- ElementProxy.cs
- RawAppCommandInputReport.cs
- CorruptingExceptionCommon.cs
- SkinBuilder.cs
- EncoderExceptionFallback.cs
- DbConnectionHelper.cs
- CacheVirtualItemsEvent.cs
- TextBoxAutoCompleteSourceConverter.cs
- StrongName.cs
- BrowserDefinition.cs
- VisualStyleTypesAndProperties.cs
- PointValueSerializer.cs
- XmlSchemaSimpleTypeRestriction.cs
- IpcClientManager.cs
- TypeExtension.cs
- XmlILIndex.cs
- ConfigurationSettings.cs
- ProfileService.cs
- Tuple.cs
- SHA512Managed.cs
- WebBrowserUriTypeConverter.cs
- CommandEventArgs.cs
- DataGridViewTextBoxColumn.cs
- CodeObjectCreateExpression.cs
- PointConverter.cs
- ApplyHostConfigurationBehavior.cs
- EntityDataSourceStatementEditorForm.cs
- WindowsTokenRoleProvider.cs
- _ConnectStream.cs
- NegotiateStream.cs
- TextProperties.cs
- PersonalizablePropertyEntry.cs
- AssemblyAttributes.cs
- Stylesheet.cs
- BypassElement.cs
- TreeViewImageKeyConverter.cs
- BasicViewGenerator.cs
- UnaryNode.cs
- MimeReturn.cs
- Transform.cs
- SystemPens.cs
- SqlBulkCopyColumnMappingCollection.cs
- GetPageCompletedEventArgs.cs
- WeakReference.cs
- OpenTypeLayout.cs
- Baml2006ReaderSettings.cs
- SerializationUtilities.cs
- Helper.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- MetabaseReader.cs
- EventLogPermission.cs
- PackageRelationship.cs
- DefaultValueTypeConverter.cs
- DataError.cs
- ApplicationServiceHelper.cs
- WebConfigurationHost.cs
- WasEndpointConfigContainer.cs
- ManipulationInertiaStartingEventArgs.cs
- DataServiceQueryProvider.cs
- StandardBindingReliableSessionElement.cs
- MimeFormatter.cs
- DataGridViewSortCompareEventArgs.cs
- ReaderContextStackData.cs
- Symbol.cs
- StateItem.cs
- XmlSchemaAll.cs
- StylusPointProperty.cs