Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / AutomationAttributeInfo.cs / 1305600 / 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
- ProtocolInformationWriter.cs
- DriveInfo.cs
- DataGridViewMethods.cs
- wmiprovider.cs
- ConfigurationSection.cs
- FigureParagraph.cs
- ProviderConnectionPoint.cs
- AnimationTimeline.cs
- WebPartRestoreVerb.cs
- GrammarBuilderRuleRef.cs
- DayRenderEvent.cs
- Path.cs
- DynamicMethod.cs
- ClassImporter.cs
- ServicesUtilities.cs
- ViewStateModeByIdAttribute.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- EraserBehavior.cs
- SkipQueryOptionExpression.cs
- RuleSetDialog.Designer.cs
- WorkflowPersistenceContext.cs
- BindingWorker.cs
- Polygon.cs
- LogArchiveSnapshot.cs
- CapabilitiesPattern.cs
- SecurityKeyIdentifierClause.cs
- RankException.cs
- UserControlAutomationPeer.cs
- CatalogUtil.cs
- CrossSiteScriptingValidation.cs
- EventDescriptorCollection.cs
- CheckBoxRenderer.cs
- SecuritySessionServerSettings.cs
- LabelLiteral.cs
- TextDecoration.cs
- PropertyGrid.cs
- VisualStyleElement.cs
- HostedController.cs
- HybridDictionary.cs
- XmlChoiceIdentifierAttribute.cs
- PrimaryKeyTypeConverter.cs
- _NTAuthentication.cs
- COM2FontConverter.cs
- MD5HashHelper.cs
- ResXResourceSet.cs
- SQLGuid.cs
- ProxyGenerator.cs
- KeyedHashAlgorithm.cs
- TCPListener.cs
- NotFiniteNumberException.cs
- StringInfo.cs
- DrawingAttributes.cs
- HtmlInputFile.cs
- Assembly.cs
- FormClosedEvent.cs
- SimpleLine.cs
- CharEnumerator.cs
- Wrapper.cs
- XmlDigitalSignatureProcessor.cs
- Transform3D.cs
- ImageCodecInfo.cs
- PageStatePersister.cs
- Atom10FormatterFactory.cs
- UnmanagedBitmapWrapper.cs
- Span.cs
- Marshal.cs
- TransformCollection.cs
- AppDomainInstanceProvider.cs
- SvcMapFile.cs
- DataGridComponentEditor.cs
- RegistryPermission.cs
- MainMenu.cs
- MediaContextNotificationWindow.cs
- StrongNameUtility.cs
- CustomExpression.cs
- ZoomPercentageConverter.cs
- StringDictionary.cs
- _TransmitFileOverlappedAsyncResult.cs
- UserValidatedEventArgs.cs
- EllipticalNodeOperations.cs
- EventWaitHandle.cs
- OrderedDictionaryStateHelper.cs
- MemberPathMap.cs
- HttpConfigurationSystem.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- CacheMode.cs
- BrowserCapabilitiesCodeGenerator.cs
- DataSetUtil.cs
- TableStyle.cs
- WindowsGraphicsCacheManager.cs
- FontSource.cs
- BindingWorker.cs
- SecurityKeyIdentifier.cs
- CmsInterop.cs
- DNS.cs
- Stackframe.cs
- WebMessageFormatHelper.cs
- MimeParameterWriter.cs
- ToolStripSettings.cs
- HiddenField.cs