Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- LicenseContext.cs
- DrawingGroup.cs
- AsyncCodeActivity.cs
- ASCIIEncoding.cs
- ColumnCollectionEditor.cs
- MD5.cs
- OutputCache.cs
- ClosableStream.cs
- PrinterSettings.cs
- NonVisualControlAttribute.cs
- updateconfighost.cs
- FormViewInsertedEventArgs.cs
- WebPartConnectionCollection.cs
- StringCollectionMarkupSerializer.cs
- AsymmetricAlgorithm.cs
- Behavior.cs
- NoPersistProperty.cs
- assemblycache.cs
- MimeWriter.cs
- TypeForwardedToAttribute.cs
- XmlProcessingInstruction.cs
- DownloadProgressEventArgs.cs
- MouseGesture.cs
- DirtyTextRange.cs
- MouseGestureValueSerializer.cs
- InternalControlCollection.cs
- TrackBar.cs
- MenuEventArgs.cs
- DoubleLinkListEnumerator.cs
- SchemaTableOptionalColumn.cs
- TableLayoutPanelCellPosition.cs
- TimeSpanValidatorAttribute.cs
- ToolStripCollectionEditor.cs
- SchemaComplexType.cs
- HttpCapabilitiesEvaluator.cs
- SimpleFieldTemplateFactory.cs
- CompressionTransform.cs
- dataprotectionpermissionattribute.cs
- BadImageFormatException.cs
- FileFormatException.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- Expressions.cs
- FileStream.cs
- BaseDataList.cs
- SymbolUsageManager.cs
- NativeMethodsCLR.cs
- SubclassTypeValidator.cs
- FontNamesConverter.cs
- ToolStripRenderer.cs
- UnsafeNativeMethods.cs
- CatalogZoneBase.cs
- MatrixCamera.cs
- Transform3D.cs
- RawContentTypeMapper.cs
- PathTooLongException.cs
- CompositeFontInfo.cs
- OpCellTreeNode.cs
- PolyQuadraticBezierSegment.cs
- DbConnectionOptions.cs
- ComboBoxAutomationPeer.cs
- SystemIPGlobalProperties.cs
- MediaElement.cs
- InkPresenterAutomationPeer.cs
- MDIWindowDialog.cs
- BaseComponentEditor.cs
- ListManagerBindingsCollection.cs
- ColumnPropertiesGroup.cs
- ReadOnlyHierarchicalDataSource.cs
- ReversePositionQuery.cs
- InheritanceAttribute.cs
- StylusShape.cs
- PLINQETWProvider.cs
- PerformanceCounters.cs
- AvTraceFormat.cs
- WindowsStartMenu.cs
- PartialCachingControl.cs
- DBCSCodePageEncoding.cs
- AudioException.cs
- UnauthorizedAccessException.cs
- TextAutomationPeer.cs
- TextBoxDesigner.cs
- DefaultMemberAttribute.cs
- DataObjectEventArgs.cs
- BitmapPalettes.cs
- ValidatedMobileControlConverter.cs
- MetabaseServerConfig.cs
- FileLogRecordEnumerator.cs
- RichTextBoxContextMenu.cs
- ProfileParameter.cs
- RulePatternOps.cs
- EventLogWatcher.cs
- FamilyTypefaceCollection.cs
- TouchesCapturedWithinProperty.cs
- InputProviderSite.cs
- DefaultMemberAttribute.cs
- CompareValidator.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SqlDataSourceCommandEventArgs.cs
- WindowsToolbarItemAsMenuItem.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs