Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / 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 : BrendanM 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.
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
//
// Description: class containing information about an automation property
//
// History:
// 06/04/2003 : BrendanM 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
- SerTrace.cs
- XamlClipboardData.cs
- ConditionCollection.cs
- PresentationTraceSources.cs
- SocketSettings.cs
- DiscoveryOperationContextExtension.cs
- AttachedPropertyBrowsableAttribute.cs
- sortedlist.cs
- BitmapMetadataEnumerator.cs
- RuntimeHandles.cs
- xamlnodes.cs
- ProgressBarAutomationPeer.cs
- ScrollBar.cs
- XmlILStorageConverter.cs
- Guid.cs
- UniformGrid.cs
- SmtpLoginAuthenticationModule.cs
- WeakReferenceList.cs
- MemberMemberBinding.cs
- FileDetails.cs
- UnsafeNativeMethods.cs
- Internal.cs
- HasCopySemanticsAttribute.cs
- PathSegmentCollection.cs
- SuppressIldasmAttribute.cs
- Label.cs
- Camera.cs
- RestClientProxyHandler.cs
- TreeViewItemAutomationPeer.cs
- Int32CAMarshaler.cs
- StatusBarPanelClickEvent.cs
- PriorityQueue.cs
- OverlappedAsyncResult.cs
- DataGridViewBand.cs
- OutOfProcStateClientManager.cs
- TableLayoutPanelCellPosition.cs
- IdentityHolder.cs
- TextTreeTextBlock.cs
- WindowsMenu.cs
- SynchronizationLockException.cs
- EncodingDataItem.cs
- ArgumentValidation.cs
- HttpHandlersSection.cs
- DBCSCodePageEncoding.cs
- UrlMappingsModule.cs
- RefreshEventArgs.cs
- NonSerializedAttribute.cs
- ListViewItem.cs
- RequiredFieldValidator.cs
- HighlightVisual.cs
- SamlAdvice.cs
- ToolboxItemAttribute.cs
- DecoderBestFitFallback.cs
- Lease.cs
- PluralizationService.cs
- NavigationProgressEventArgs.cs
- BackgroundFormatInfo.cs
- CodeLabeledStatement.cs
- TraceHandlerErrorFormatter.cs
- SystemIPAddressInformation.cs
- LogEntry.cs
- MarginsConverter.cs
- DateTimeOffsetAdapter.cs
- SafeWaitHandle.cs
- PersonalizationStateInfoCollection.cs
- TextModifier.cs
- CreateRefExpr.cs
- SecurityPermission.cs
- UrlPath.cs
- GridErrorDlg.cs
- EnumerableRowCollection.cs
- StateMachineSubscription.cs
- BroadcastEventHelper.cs
- TypeExtensionConverter.cs
- BooleanSwitch.cs
- XPathChildIterator.cs
- DataListDesigner.cs
- ControlTemplate.cs
- IdentityElement.cs
- FixedSOMTableCell.cs
- InternalEnumValidatorAttribute.cs
- Not.cs
- CurrentChangingEventArgs.cs
- PanelStyle.cs
- EdgeProfileValidation.cs
- TextPenaltyModule.cs
- Compress.cs
- QilXmlWriter.cs
- XPathMessageFilter.cs
- CodeArrayCreateExpression.cs
- Win32Exception.cs
- ConvertersCollection.cs
- ActivityDesignerResources.cs
- _OverlappedAsyncResult.cs
- SoapReflectionImporter.cs
- DocumentApplication.cs
- InvokeMethodActivityDesigner.cs
- DecimalConstantAttribute.cs
- CodeGeneratorAttribute.cs
- Span.cs