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
- FontStretchConverter.cs
- ProbeMatchesMessage11.cs
- UIPropertyMetadata.cs
- BrowsableAttribute.cs
- Wow64ConfigurationLoader.cs
- VirtualPathProvider.cs
- EnvelopedPkcs7.cs
- ParagraphVisual.cs
- SlipBehavior.cs
- NominalTypeEliminator.cs
- Variant.cs
- FakeModelPropertyImpl.cs
- EntityDataSourceReferenceGroup.cs
- ReadOnlyObservableCollection.cs
- HandledMouseEvent.cs
- LinqDataSourceStatusEventArgs.cs
- FeatureSupport.cs
- XmlBoundElement.cs
- LassoSelectionBehavior.cs
- TreeNodeStyleCollection.cs
- EdmConstants.cs
- AnnotationDocumentPaginator.cs
- glyphs.cs
- TableHeaderCell.cs
- SizeChangedInfo.cs
- TimerEventSubscriptionCollection.cs
- TransactionScopeDesigner.cs
- InheritanceRules.cs
- _SslSessionsCache.cs
- SrgsRuleRef.cs
- TextBox.cs
- AesCryptoServiceProvider.cs
- WebPartConnectionsConnectVerb.cs
- RewritingProcessor.cs
- WebEventTraceProvider.cs
- DataControlButton.cs
- AccessDataSourceView.cs
- WindowsBrush.cs
- WebPartManagerInternals.cs
- LoginUtil.cs
- SmiGettersStream.cs
- LinkAreaEditor.cs
- DoubleLinkList.cs
- DataViewManager.cs
- Rect3DValueSerializer.cs
- QueryOperationResponseOfT.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Reference.cs
- ContentType.cs
- X509CertificateRecipientClientCredential.cs
- SmtpSection.cs
- StylusDevice.cs
- DataMemberFieldConverter.cs
- RequestSecurityTokenForGetBrowserToken.cs
- InteropAutomationProvider.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- Matrix3D.cs
- CodeNamespaceImport.cs
- TrackingMemoryStreamFactory.cs
- ValidateNames.cs
- ErrorFormatter.cs
- PersonalizationStateQuery.cs
- Signature.cs
- OletxTransactionFormatter.cs
- SqlXml.cs
- ProfileSection.cs
- entitydatasourceentitysetnameconverter.cs
- MultiSelector.cs
- DecoratedNameAttribute.cs
- XPathDocument.cs
- XamlInterfaces.cs
- Point.cs
- TypeSystem.cs
- PartManifestEntry.cs
- JsonClassDataContract.cs
- GroupStyle.cs
- DiscoveryMessageSequence.cs
- SqlClientWrapperSmiStream.cs
- XmlSchemaAnnotation.cs
- X509ChainPolicy.cs
- TextContainerChangedEventArgs.cs
- PolyQuadraticBezierSegment.cs
- OleDbStruct.cs
- DataColumnCollection.cs
- JournalNavigationScope.cs
- GetIndexBinder.cs
- _BufferOffsetSize.cs
- HtmlInputPassword.cs
- DetailsViewPagerRow.cs
- MasterPageParser.cs
- EventLogEntryCollection.cs
- ConfigurationProperty.cs
- XmlAnyElementAttribute.cs
- StringReader.cs
- ImmutableCommunicationTimeouts.cs
- URIFormatException.cs
- StylusOverProperty.cs
- MonitoringDescriptionAttribute.cs
- Renderer.cs
- Registry.cs