Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DataGridViewButtonColumn.cs
- ExpressionQuoter.cs
- MessageEncoderFactory.cs
- XmlSchemaValidationException.cs
- XmlNodeComparer.cs
- ListViewGroup.cs
- TdsParserSessionPool.cs
- SystemThemeKey.cs
- prompt.cs
- TextTreeRootNode.cs
- XPathItem.cs
- Exceptions.cs
- Stroke.cs
- FolderBrowserDialog.cs
- ConstructorBuilder.cs
- ToolStripItemImageRenderEventArgs.cs
- FixedHighlight.cs
- PingReply.cs
- SmtpNetworkElement.cs
- Size.cs
- EventRoute.cs
- SpeechUI.cs
- PrePrepareMethodAttribute.cs
- HttpValueCollection.cs
- Tokenizer.cs
- BooleanSwitch.cs
- DocumentViewerAutomationPeer.cs
- CalendarBlackoutDatesCollection.cs
- EventRoute.cs
- XmlUnspecifiedAttribute.cs
- EditorZone.cs
- MethodToken.cs
- ReadOnlyKeyedCollection.cs
- QueryAccessibilityHelpEvent.cs
- PrintEvent.cs
- SessionEndedEventArgs.cs
- DesignerHost.cs
- StylusPlugInCollection.cs
- ClientScriptManager.cs
- GeneralTransform.cs
- X509ImageLogo.cs
- _LoggingObject.cs
- XmlDocumentType.cs
- BaseDataList.cs
- SslStreamSecurityUpgradeProvider.cs
- NetworkCredential.cs
- WindowsGraphics2.cs
- ScriptResourceMapping.cs
- QuaternionValueSerializer.cs
- CommandLineParser.cs
- BooleanSwitch.cs
- HideDisabledControlAdapter.cs
- CryptoStream.cs
- ContractMapping.cs
- VerticalConnector.xaml.cs
- SelectionWordBreaker.cs
- ObjectDataSourceEventArgs.cs
- ImageAttributes.cs
- RangeBaseAutomationPeer.cs
- SQLInt64.cs
- TableAutomationPeer.cs
- QueryTaskGroupState.cs
- PropertyIDSet.cs
- NumericExpr.cs
- HealthMonitoringSectionHelper.cs
- FramingFormat.cs
- ConfigXmlDocument.cs
- SmtpMail.cs
- ImageResources.Designer.cs
- Attributes.cs
- EditCommandColumn.cs
- OdbcErrorCollection.cs
- TextRangeEditTables.cs
- _ScatterGatherBuffers.cs
- HMACSHA512.cs
- XmlUrlEditor.cs
- Function.cs
- SqlDataAdapter.cs
- RichTextBoxConstants.cs
- TemplateBindingExpressionConverter.cs
- SuppressIldasmAttribute.cs
- WeakReferenceKey.cs
- SmuggledIUnknown.cs
- WindowsFormsSynchronizationContext.cs
- CapabilitiesRule.cs
- StsCommunicationException.cs
- RulePatternOps.cs
- ProcessModelInfo.cs
- BoolLiteral.cs
- ModelPropertyImpl.cs
- StrongNameUtility.cs
- DockPattern.cs
- ClientBuildManagerCallback.cs
- PersistenceIOParticipant.cs
- WebContext.cs
- XamlTemplateSerializer.cs
- SecureConversationDriver.cs
- ResXResourceWriter.cs
- DbDataRecord.cs
- PreDigestedSignedInfo.cs