Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / SharedDp.cs / 1 / 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. /****************************************************************************\ * * 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
- DictionaryBase.cs
- AttachmentCollection.cs
- WindowsListViewGroupSubsetLink.cs
- ExceptionTrace.cs
- SafeIUnknown.cs
- namescope.cs
- GuidConverter.cs
- VolatileResourceManager.cs
- BaseProcessor.cs
- SimpleApplicationHost.cs
- StrongBox.cs
- EntityTemplateFactory.cs
- UInt32Storage.cs
- AttributeParameterInfo.cs
- ReachVisualSerializerAsync.cs
- LinqDataSourceDisposeEventArgs.cs
- VisualTreeHelper.cs
- DebugView.cs
- LinkArea.cs
- tabpagecollectioneditor.cs
- OAVariantLib.cs
- SHA256Cng.cs
- ExpressionHelper.cs
- ButtonBase.cs
- RelatedImageListAttribute.cs
- UntypedNullExpression.cs
- PasswordDeriveBytes.cs
- PrivateFontCollection.cs
- WebSysDisplayNameAttribute.cs
- PatternMatcher.cs
- CursorEditor.cs
- DbConnectionStringBuilder.cs
- MDIWindowDialog.cs
- PermissionAttributes.cs
- DataSourceView.cs
- Rule.cs
- PasswordBox.cs
- ConfigXmlSignificantWhitespace.cs
- NamespaceListProperty.cs
- CryptoApi.cs
- EmissiveMaterial.cs
- DockProviderWrapper.cs
- UpnEndpointIdentityExtension.cs
- EntityConnectionStringBuilder.cs
- ComplexLine.cs
- CultureInfo.cs
- Calendar.cs
- ViewBox.cs
- PageEventArgs.cs
- WhiteSpaceTrimStringConverter.cs
- WebChannelFactory.cs
- SQLMoneyStorage.cs
- SettingsProviderCollection.cs
- PersonalizationStateInfoCollection.cs
- DetailsViewModeEventArgs.cs
- storepermissionattribute.cs
- CmsUtils.cs
- PipeStream.cs
- ViewLoader.cs
- StylusPointPropertyInfo.cs
- TraceSection.cs
- XPathDescendantIterator.cs
- OleDbConnectionInternal.cs
- BufferedOutputStream.cs
- TableCellAutomationPeer.cs
- XamlDesignerSerializationManager.cs
- ProfileParameter.cs
- ChannelFactoryRefCache.cs
- RichTextBoxContextMenu.cs
- LayoutEditorPart.cs
- ListManagerBindingsCollection.cs
- SoapConverter.cs
- PointLightBase.cs
- addressfiltermode.cs
- PersianCalendar.cs
- XmlToDatasetMap.cs
- DebugControllerThread.cs
- SHA512.cs
- RefreshEventArgs.cs
- SoapSchemaExporter.cs
- TextElementEnumerator.cs
- XmlDataSourceView.cs
- SqlCacheDependency.cs
- WebPartTracker.cs
- WebHeaderCollection.cs
- EntityDataSource.cs
- MenuAdapter.cs
- ContentValidator.cs
- MonikerProxyAttribute.cs
- EFAssociationProvider.cs
- IDReferencePropertyAttribute.cs
- IndicShape.cs
- AudioStateChangedEventArgs.cs
- HierarchicalDataSourceControl.cs
- SrgsRulesCollection.cs
- ReadOnlyTernaryTree.cs
- Encoding.cs
- WindowInteractionStateTracker.cs
- Rotation3DAnimationBase.cs
- Control.cs