Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / MS / Internal / Automation / AutomationPropertyInfo.cs / 1 / AutomationPropertyInfo.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : [....] Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Automation; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationPropertyInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPropertyInfo( AutomationProperty id, DependencyProperty dependencyProperty, DependencyProperty overrideDP ) { _id = id; _dependencyProperty = dependencyProperty; _overrideDP = overrideDP; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationProperty ID { get { return _id; } } internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } internal DependencyProperty OverrideDP { get { return _overrideDP; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationProperty _id; private DependencyProperty _dependencyProperty; private DependencyProperty _overrideDP; #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
- FlowDocumentReaderAutomationPeer.cs
- DetailsViewRow.cs
- ClientBuildManagerCallback.cs
- HtmlInputSubmit.cs
- ParallelQuery.cs
- QilParameter.cs
- EventDescriptor.cs
- HostingPreferredMapPath.cs
- TextElementEnumerator.cs
- AlternateView.cs
- Win32PrintDialog.cs
- controlskin.cs
- HuffCodec.cs
- ResourceSet.cs
- ColorTransform.cs
- Calendar.cs
- DecimalSumAggregationOperator.cs
- WindowsFormsSynchronizationContext.cs
- LookupNode.cs
- CloudCollection.cs
- DefaultValueAttribute.cs
- FrameworkReadOnlyPropertyMetadata.cs
- BuildProvider.cs
- CrossContextChannel.cs
- FontConverter.cs
- X509CertificateValidator.cs
- NotCondition.cs
- FieldCollectionEditor.cs
- WorkflowTraceTransfer.cs
- WorkflowDesigner.cs
- StructuralObject.cs
- HttpException.cs
- DynamicValueConverter.cs
- Enlistment.cs
- WinFormsSpinner.cs
- HtmlTitle.cs
- MD5.cs
- TlsSspiNegotiation.cs
- Vector3DConverter.cs
- HGlobalSafeHandle.cs
- DataGridViewRow.cs
- TypeDelegator.cs
- RelationshipEndCollection.cs
- TemplateBuilder.cs
- UnsafeNativeMethodsCLR.cs
- ActivityExecutor.cs
- EventTrigger.cs
- RectIndependentAnimationStorage.cs
- WebBrowser.cs
- FormsAuthenticationConfiguration.cs
- JobStaple.cs
- LocalizableAttribute.cs
- DesignTimeTemplateParser.cs
- XmlBindingWorker.cs
- AutomationProperties.cs
- CmsInterop.cs
- RemoveFromCollection.cs
- MergePropertyDescriptor.cs
- ContextMenuStripGroup.cs
- SamlAttribute.cs
- DynamicResourceExtensionConverter.cs
- StringPropertyBuilder.cs
- ReadOnlyCollectionBase.cs
- SafeRightsManagementPubHandle.cs
- DocumentViewerHelper.cs
- ModelChangedEventArgsImpl.cs
- ThicknessConverter.cs
- ComAdminWrapper.cs
- WmpBitmapDecoder.cs
- CompilationUtil.cs
- Path.cs
- ProfileEventArgs.cs
- SecurityResources.cs
- SqlInternalConnectionSmi.cs
- OdbcConnectionFactory.cs
- XPathAxisIterator.cs
- WindowsToolbarAsMenu.cs
- ScrollPattern.cs
- BindingParameterCollection.cs
- CollectionViewSource.cs
- PageBreakRecord.cs
- ReleaseInstanceMode.cs
- MenuItemAutomationPeer.cs
- PropertyGridView.cs
- DataGridCell.cs
- DataGrid.cs
- XmlDataImplementation.cs
- RectangleHotSpot.cs
- SettingsPropertyValue.cs
- FormatSettings.cs
- DbParameterCollectionHelper.cs
- SrgsOneOf.cs
- Compiler.cs
- XmlSchemaValidationException.cs
- TempFiles.cs
- PageAsyncTaskManager.cs
- SamlNameIdentifierClaimResource.cs
- PanelStyle.cs
- PageThemeCodeDomTreeGenerator.cs
- MatrixConverter.cs