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
- LogLogRecord.cs
- ListViewItemMouseHoverEvent.cs
- AddInStore.cs
- SqlDataSourceStatusEventArgs.cs
- EditingContext.cs
- SolidColorBrush.cs
- CodeObjectCreateExpression.cs
- ModelItemCollectionImpl.cs
- FilterElement.cs
- EmptyEnumerable.cs
- VirtualDirectoryMappingCollection.cs
- UnmanagedMarshal.cs
- PictureBox.cs
- PointCollection.cs
- WindowsSolidBrush.cs
- DiscoveryReference.cs
- Opcode.cs
- DrawingBrush.cs
- RadioButton.cs
- MessagingDescriptionAttribute.cs
- SafeLibraryHandle.cs
- WarningException.cs
- HintTextMaxWidthConverter.cs
- ClockController.cs
- ValidationErrorCollection.cs
- EntryIndex.cs
- VisualStateManager.cs
- SendContent.cs
- Vector3D.cs
- CurrencyWrapper.cs
- CodePageUtils.cs
- URLString.cs
- FullTextLine.cs
- HiddenField.cs
- StylusPoint.cs
- WebFaultException.cs
- HostingEnvironmentWrapper.cs
- MultipleViewPattern.cs
- ImageAttributes.cs
- UnsupportedPolicyOptionsException.cs
- StretchValidation.cs
- DeclarativeCatalogPartDesigner.cs
- InputLangChangeEvent.cs
- DetectRunnableInstancesTask.cs
- SafeLocalAllocation.cs
- SerializerProvider.cs
- SetStoryboardSpeedRatio.cs
- DeploymentExceptionMapper.cs
- versioninfo.cs
- Main.cs
- _ListenerRequestStream.cs
- TrackingMemoryStreamFactory.cs
- ProgressBarAutomationPeer.cs
- CompilationSection.cs
- PenContext.cs
- DataServiceExpressionVisitor.cs
- ELinqQueryState.cs
- TaskHelper.cs
- CodeMemberField.cs
- ObjectToken.cs
- EdmPropertyAttribute.cs
- TextRangeAdaptor.cs
- MultiSelector.cs
- WhitespaceRuleLookup.cs
- Pens.cs
- IItemContainerGenerator.cs
- ComponentConverter.cs
- SchemaElementDecl.cs
- DependencyPropertyKey.cs
- OciEnlistContext.cs
- ListViewDataItem.cs
- ConfigurationValue.cs
- MenuCommandService.cs
- HtmlControl.cs
- SafeNativeMethods.cs
- LinkDescriptor.cs
- Command.cs
- CorruptStoreException.cs
- SiteMapHierarchicalDataSourceView.cs
- GridPatternIdentifiers.cs
- UnaryNode.cs
- UnsafeNativeMethods.cs
- DefaultProfileManager.cs
- followingquery.cs
- SqlPersonalizationProvider.cs
- storagemappingitemcollection.viewdictionary.cs
- CqlParserHelpers.cs
- WebBrowsableAttribute.cs
- RectangleConverter.cs
- ClientCredentialsElement.cs
- NamedPermissionSet.cs
- AsymmetricKeyExchangeFormatter.cs
- DbgCompiler.cs
- FixedSOMPage.cs
- ToolStripPanel.cs
- FrameworkRichTextComposition.cs
- StateDesigner.LayoutSelectionGlyph.cs
- HttpContext.cs
- DataRowExtensions.cs
- WhitespaceReader.cs