Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / SharedDp.cs / 1305600 / SharedDp.cs
/****************************************************************************\
*
* SharedDp
*
* Copyright (C) 2005 by Microsoft Corporation. All rights reserved.
*
* Structure that holds information about a DependencyProperty that is to
* be shared between multiple instantiations of this template.
* (See OptimizedTemplateContent)
*
\***************************************************************************/
using System;
using System.Windows;
namespace System.Windows
{
internal class SharedDp
{
internal SharedDp(
DependencyProperty dp,
object value,
string elementName)
{
Dp = dp;
Value = value;
ElementName = elementName;
}
internal DependencyProperty Dp;
internal object Value;
internal string ElementName;
}
}
// 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
- SqlEnums.cs
- EmptyEnumerator.cs
- Matrix3D.cs
- MatrixStack.cs
- StrongNameKeyPair.cs
- OleDbRowUpdatingEvent.cs
- ServiceConfigurationTraceRecord.cs
- DbConnectionPool.cs
- DataColumnMapping.cs
- HtmlInputReset.cs
- TimeManager.cs
- TextSegment.cs
- XPathAncestorQuery.cs
- PeerNameRecordCollection.cs
- FormCollection.cs
- BevelBitmapEffect.cs
- FrameworkRichTextComposition.cs
- TraceData.cs
- ISessionStateStore.cs
- ScriptHandlerFactory.cs
- ListBindingConverter.cs
- StorageConditionPropertyMapping.cs
- ACL.cs
- ConfigXmlWhitespace.cs
- PcmConverter.cs
- SecurityException.cs
- TypedAsyncResult.cs
- CompatibleIComparer.cs
- CodeMethodReturnStatement.cs
- infer.cs
- StrongNameUtility.cs
- Action.cs
- DesignerDataConnection.cs
- PrintPageEvent.cs
- ControlOperationInvoker.cs
- PreProcessInputEventArgs.cs
- ChineseLunisolarCalendar.cs
- PauseStoryboard.cs
- DoubleAnimation.cs
- BmpBitmapDecoder.cs
- XmlSerializerFactory.cs
- ServiceNameCollection.cs
- DispatcherExceptionEventArgs.cs
- VectorValueSerializer.cs
- NameHandler.cs
- SelectionPattern.cs
- TrustManagerMoreInformation.cs
- Point3DConverter.cs
- AnnotationMap.cs
- Point3DAnimationBase.cs
- SmtpClient.cs
- SmiRecordBuffer.cs
- XPathScanner.cs
- ModelFactory.cs
- Math.cs
- RMEnrollmentPage3.cs
- InvariantComparer.cs
- UnsafeNativeMethods.cs
- PrimitiveXmlSerializers.cs
- ViewBox.cs
- CaretElement.cs
- DesignerProperties.cs
- MetaForeignKeyColumn.cs
- ContentValidator.cs
- SafeRightsManagementPubHandle.cs
- DictionaryEditChange.cs
- DataTable.cs
- SessionPageStatePersister.cs
- DataGridViewRowEventArgs.cs
- StringStorage.cs
- PropertyEmitter.cs
- ICspAsymmetricAlgorithm.cs
- Baml6ConstructorInfo.cs
- FlagsAttribute.cs
- RemoteX509Token.cs
- CustomTypeDescriptor.cs
- OneOfElement.cs
- SchemeSettingElementCollection.cs
- WindowsListViewGroupHelper.cs
- OptimizedTemplateContentHelper.cs
- Misc.cs
- SequentialUshortCollection.cs
- WebPart.cs
- HandleCollector.cs
- TextElementEnumerator.cs
- Control.cs
- ProjectionPruner.cs
- GridLength.cs
- SqlDataSourceEnumerator.cs
- DataRelationCollection.cs
- exports.cs
- WindowsTreeView.cs
- assertwrapper.cs
- AutomationAttributeInfo.cs
- HttpConfigurationSystem.cs
- PrivateFontCollection.cs
- _LocalDataStoreMgr.cs
- Condition.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- XamlPathDataSerializer.cs