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
- FrameworkElementFactoryMarkupObject.cs
- DebuggerAttributes.cs
- ListSortDescriptionCollection.cs
- SimpleRecyclingCache.cs
- JoinTreeSlot.cs
- NameValueFileSectionHandler.cs
- MouseWheelEventArgs.cs
- HwndMouseInputProvider.cs
- CacheDependency.cs
- OraclePermission.cs
- RemotingSurrogateSelector.cs
- followingsibling.cs
- EntitySqlException.cs
- DataSourceXmlElementAttribute.cs
- EncoderBestFitFallback.cs
- SqlPersonalizationProvider.cs
- SystemColorTracker.cs
- WebResourceAttribute.cs
- CommandManager.cs
- Automation.cs
- CursorConverter.cs
- ListSourceHelper.cs
- WebPartMovingEventArgs.cs
- DBCommandBuilder.cs
- HtmlShimManager.cs
- Util.cs
- ReadOnlyKeyedCollection.cs
- WebPartVerbsEventArgs.cs
- TraceUtils.cs
- ServiceObjectContainer.cs
- DocumentPageTextView.cs
- StackSpiller.cs
- BaseDataBoundControl.cs
- ContextMenu.cs
- PolyQuadraticBezierSegment.cs
- CacheRequest.cs
- UnmanagedMemoryStream.cs
- ValidateNames.cs
- HtmlEmptyTagControlBuilder.cs
- TypeNameConverter.cs
- AttributeCollection.cs
- SqlBuilder.cs
- SoapFault.cs
- DeclarativeCatalogPart.cs
- HtmlInputReset.cs
- XNodeValidator.cs
- WindowsListBox.cs
- RegexCaptureCollection.cs
- Int32CollectionConverter.cs
- XsdSchemaFileEditor.cs
- PageCopyCount.cs
- ValidationSummary.cs
- SocketException.cs
- SemanticResultValue.cs
- HtmlHead.cs
- SourceSwitch.cs
- SettingsAttributeDictionary.cs
- SessionStateUtil.cs
- WebServicesInteroperability.cs
- ComboBox.cs
- DetailsViewModeEventArgs.cs
- RelatedPropertyManager.cs
- LockedAssemblyCache.cs
- OdbcRowUpdatingEvent.cs
- WasAdminWrapper.cs
- RecognizerStateChangedEventArgs.cs
- EndpointAddressMessageFilter.cs
- BaseParser.cs
- AccessedThroughPropertyAttribute.cs
- ScriptRegistrationManager.cs
- MarginsConverter.cs
- backend.cs
- UnsupportedPolicyOptionsException.cs
- SubqueryRules.cs
- VirtualPathUtility.cs
- DetectEofStream.cs
- SerializationSectionGroup.cs
- _ContextAwareResult.cs
- ZipIOExtraField.cs
- BaseDataBoundControl.cs
- PassportAuthenticationEventArgs.cs
- URI.cs
- RegexCompilationInfo.cs
- Rotation3DAnimationBase.cs
- ProviderMetadataCachedInformation.cs
- InvalidEnumArgumentException.cs
- DataBoundControlHelper.cs
- NativeActivityFaultContext.cs
- MobileControlDesigner.cs
- IPCCacheManager.cs
- NetworkStream.cs
- Win32NamedPipes.cs
- Window.cs
- BitmapFrame.cs
- NonVisualControlAttribute.cs
- DataGridViewComboBoxCell.cs
- PropertyToken.cs
- Rotation3DKeyFrameCollection.cs
- SeverityFilter.cs
- HashAlgorithm.cs