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
- ChildrenQuery.cs
- HtmlListAdapter.cs
- Rules.cs
- Privilege.cs
- XmlParserContext.cs
- RemoteWebConfigurationHost.cs
- TableStyle.cs
- GeometryCollection.cs
- PluralizationServiceUtil.cs
- RegexWorker.cs
- FreezableOperations.cs
- AttributeXamlType.cs
- Substitution.cs
- EventProperty.cs
- BaseTemplateCodeDomTreeGenerator.cs
- Win32KeyboardDevice.cs
- ViewBox.cs
- EventMappingSettingsCollection.cs
- WindowsGraphics2.cs
- BaseConfigurationRecord.cs
- CmsInterop.cs
- SafeHandle.cs
- XmlILTrace.cs
- EntityCollection.cs
- CornerRadiusConverter.cs
- LinkArea.cs
- DPCustomTypeDescriptor.cs
- CodeParameterDeclarationExpression.cs
- PropertyItemInternal.cs
- ConsoleTraceListener.cs
- LocalValueEnumerator.cs
- WhereQueryOperator.cs
- ImageClickEventArgs.cs
- LinkClickEvent.cs
- ThicknessAnimationUsingKeyFrames.cs
- CodeDirectoryCompiler.cs
- WpfKnownTypeInvoker.cs
- MetadataSection.cs
- TextModifier.cs
- AllMembershipCondition.cs
- WindowsSidIdentity.cs
- InputMethodStateChangeEventArgs.cs
- ImageSource.cs
- WebControlAdapter.cs
- Font.cs
- WebServiceClientProxyGenerator.cs
- DefaultTraceListener.cs
- TablePattern.cs
- MergePropertyDescriptor.cs
- NotifyCollectionChangedEventArgs.cs
- ColorContextHelper.cs
- PointCollectionConverter.cs
- ActivationWorker.cs
- MdImport.cs
- SystemIcmpV6Statistics.cs
- ProtocolsConfigurationEntry.cs
- ControlTemplate.cs
- RegexCharClass.cs
- SQLInt16Storage.cs
- MouseEventArgs.cs
- EventPrivateKey.cs
- FixedSchema.cs
- InputLanguageProfileNotifySink.cs
- ZipIOLocalFileDataDescriptor.cs
- FixedPage.cs
- Pointer.cs
- OrderedDictionary.cs
- CodeTypeParameterCollection.cs
- dbdatarecord.cs
- FocusWithinProperty.cs
- TrackBar.cs
- TextShapeableCharacters.cs
- XmlRawWriterWrapper.cs
- DesignerActionPropertyItem.cs
- ListenDesigner.cs
- ListViewItem.cs
- LocationUpdates.cs
- ObjectTag.cs
- LongValidator.cs
- ObjectListGeneralPage.cs
- ContentValidator.cs
- TdsValueSetter.cs
- Emitter.cs
- IPPacketInformation.cs
- RegistryExceptionHelper.cs
- Literal.cs
- PeerServiceMessageContracts.cs
- NativeCppClassAttribute.cs
- ExpressionNode.cs
- DES.cs
- CodeCommentStatementCollection.cs
- ComponentCodeDomSerializer.cs
- KeyValuePairs.cs
- GridViewColumnHeaderAutomationPeer.cs
- UshortList2.cs
- WmlTextBoxAdapter.cs
- DataTransferEventArgs.cs
- ConnectivityStatus.cs
- StringFormat.cs
- URL.cs