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
- WorkItem.cs
- QueueAccessMode.cs
- Clause.cs
- EmissiveMaterial.cs
- ViewBase.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- TypeSystem.cs
- SelectionRange.cs
- DateTimeParse.cs
- ClipboardData.cs
- SharedHttpsTransportManager.cs
- DataGridViewTextBoxColumn.cs
- PrintPreviewControl.cs
- DbProviderManifest.cs
- XmlEntityReference.cs
- CustomAssemblyResolver.cs
- Journaling.cs
- XmlAttributeCollection.cs
- PrintPreviewGraphics.cs
- BackStopAuthenticationModule.cs
- COM2EnumConverter.cs
- MenuItemBinding.cs
- HtmlButton.cs
- ProgressiveCrcCalculatingStream.cs
- Compensate.cs
- UriTemplateQueryValue.cs
- ProfileParameter.cs
- StylusDevice.cs
- TextViewSelectionProcessor.cs
- SynchronousChannel.cs
- ComEventsHelper.cs
- SqlProvider.cs
- DataDocumentXPathNavigator.cs
- ToolBarPanel.cs
- PrtCap_Builder.cs
- FormsAuthenticationConfiguration.cs
- GraphicsPathIterator.cs
- TagNameToTypeMapper.cs
- SemaphoreSlim.cs
- DataGridViewSelectedCellCollection.cs
- InternalDuplexBindingElement.cs
- InstanceOwnerException.cs
- InputEventArgs.cs
- SecurityKeyUsage.cs
- EtwTrackingBehaviorElement.cs
- _TimerThread.cs
- SelectedDatesCollection.cs
- XamlBrushSerializer.cs
- DataRowView.cs
- WindowVisualStateTracker.cs
- TargetControlTypeCache.cs
- StorageAssociationSetMapping.cs
- LayoutDump.cs
- DrawingBrush.cs
- DataBindingExpressionBuilder.cs
- LabelDesigner.cs
- SizeFConverter.cs
- CopyAttributesAction.cs
- Part.cs
- CheckBox.cs
- PathParser.cs
- FrameworkContentElement.cs
- SvcMapFile.cs
- ResizeGrip.cs
- EventsTab.cs
- TextParagraphCache.cs
- CapabilitiesRule.cs
- SqlFunctionAttribute.cs
- EmptyEnumerator.cs
- CssClassPropertyAttribute.cs
- File.cs
- Models.cs
- ParagraphResult.cs
- Clock.cs
- XsltConvert.cs
- DecimalStorage.cs
- MenuItemAutomationPeer.cs
- AuthenticationServiceManager.cs
- ToolStripItemRenderEventArgs.cs
- ExpressionsCollectionEditor.cs
- HashUtility.cs
- NamespaceInfo.cs
- CssTextWriter.cs
- TextSelection.cs
- DomainConstraint.cs
- RegexCompilationInfo.cs
- InvalidCastException.cs
- Keywords.cs
- DeclarationUpdate.cs
- DataTableReaderListener.cs
- NumberAction.cs
- DataTableClearEvent.cs
- CollectionCodeDomSerializer.cs
- CodeMethodInvokeExpression.cs
- _Win32.cs
- UniqueIdentifierService.cs
- SocketInformation.cs
- SettingsPropertyNotFoundException.cs
- FlowDocumentPage.cs
- SettingsPropertyValueCollection.cs