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
- SamlAuthorityBinding.cs
- ByteAnimationUsingKeyFrames.cs
- BuildResult.cs
- Int32CAMarshaler.cs
- DbConnectionInternal.cs
- PassportPrincipal.cs
- _Rfc2616CacheValidators.cs
- DataGridViewTextBoxColumn.cs
- FixedPageProcessor.cs
- Camera.cs
- TreeNodeEventArgs.cs
- DeploymentSection.cs
- Emitter.cs
- TranslateTransform.cs
- VideoDrawing.cs
- ZipIOCentralDirectoryBlock.cs
- ClientBuildManagerCallback.cs
- DataGridCell.cs
- Directory.cs
- HwndAppCommandInputProvider.cs
- EntitySet.cs
- propertyentry.cs
- DesignerAdapterUtil.cs
- ThemeableAttribute.cs
- MultiAsyncResult.cs
- MappingItemCollection.cs
- CommandManager.cs
- ConnectorRouter.cs
- RandomNumberGenerator.cs
- Camera.cs
- FormsAuthentication.cs
- NonVisualControlAttribute.cs
- PropertyToken.cs
- ExpressionEditorAttribute.cs
- SmiRecordBuffer.cs
- StringSource.cs
- BuildProviderCollection.cs
- LineSegment.cs
- ManagementException.cs
- X509AsymmetricSecurityKey.cs
- Oid.cs
- CreateUserErrorEventArgs.cs
- DataBindingHandlerAttribute.cs
- RectKeyFrameCollection.cs
- ControlIdConverter.cs
- DataRowExtensions.cs
- CollectionViewGroupRoot.cs
- SqlReferenceCollection.cs
- DecoderExceptionFallback.cs
- CommonDialog.cs
- ImageMap.cs
- DragCompletedEventArgs.cs
- XmlSchemaAttributeGroupRef.cs
- OfTypeExpression.cs
- XamlPointCollectionSerializer.cs
- DataGridColumnCollectionEditor.cs
- GridViewAutomationPeer.cs
- UnsafeNativeMethods.cs
- ItemsControlAutomationPeer.cs
- TableLayoutRowStyleCollection.cs
- AutoResetEvent.cs
- TextServicesLoader.cs
- X509Certificate.cs
- SortExpressionBuilder.cs
- SoapIgnoreAttribute.cs
- PerformanceCounter.cs
- LoginView.cs
- XhtmlBasicImageAdapter.cs
- ExpressionDumper.cs
- DefaultBinder.cs
- SpeechUI.cs
- DataObjectMethodAttribute.cs
- LoaderAllocator.cs
- TextStore.cs
- AssemblyInfo.cs
- OdbcParameterCollection.cs
- ValueHandle.cs
- KoreanCalendar.cs
- ParallelActivityDesigner.cs
- PresentationSource.cs
- QilXmlReader.cs
- AssemblyBuilder.cs
- JournalNavigationScope.cs
- SchemaConstraints.cs
- XmlSchemaType.cs
- UIElement3D.cs
- InternalTypeHelper.cs
- EntityWithKeyStrategy.cs
- Emitter.cs
- mediaclock.cs
- DescendantBaseQuery.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- AsyncDataRequest.cs
- FontInfo.cs
- FontClient.cs
- InstanceCollisionException.cs
- WebPartConnectVerb.cs
- ArrayListCollectionBase.cs
- WinFormsComponentEditor.cs
- PlanCompiler.cs