Code:
/ 4.0 / 4.0 / 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. /****************************************************************************\ * * 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
- BindableTemplateBuilder.cs
- SplineKeyFrames.cs
- PeerNameRecordCollection.cs
- GroupByExpressionRewriter.cs
- SqlConnectionPoolGroupProviderInfo.cs
- StaticSiteMapProvider.cs
- StringDictionary.cs
- DesignTimeSiteMapProvider.cs
- EmptyStringExpandableObjectConverter.cs
- BamlCollectionHolder.cs
- DeferredElementTreeState.cs
- ListViewInsertEventArgs.cs
- ResourceExpressionBuilder.cs
- Wizard.cs
- ListViewGroupConverter.cs
- ItemsControl.cs
- DefaultObjectMappingItemCollection.cs
- Ops.cs
- LogicalTreeHelper.cs
- Configuration.cs
- ExeContext.cs
- OperationBehaviorAttribute.cs
- HtmlImage.cs
- TableCellAutomationPeer.cs
- XmlIlGenerator.cs
- MenuBindingsEditorForm.cs
- XmlSchemaResource.cs
- OAVariantLib.cs
- HashMembershipCondition.cs
- LicenseException.cs
- ToolboxItemSnapLineBehavior.cs
- XmlWellformedWriterHelpers.cs
- StylusPointPropertyInfoDefaults.cs
- HTMLTagNameToTypeMapper.cs
- HttpInputStream.cs
- FixedSOMLineCollection.cs
- NativeMethods.cs
- BindingContext.cs
- BitmapFrame.cs
- IteratorDescriptor.cs
- TreeView.cs
- DbParameterHelper.cs
- RoleServiceManager.cs
- DataGridViewAddColumnDialog.cs
- MobileUITypeEditor.cs
- PerformanceCounterManager.cs
- BamlTreeUpdater.cs
- ElementsClipboardData.cs
- HttpListenerPrefixCollection.cs
- HostedTcpTransportManager.cs
- GridViewColumnHeader.cs
- EntityModelSchemaGenerator.cs
- StatusBarPanel.cs
- FtpWebResponse.cs
- ImportContext.cs
- EditorPartCollection.cs
- SchemaEntity.cs
- DomainUpDown.cs
- SortQuery.cs
- ParentUndoUnit.cs
- MultipleViewProviderWrapper.cs
- GeometryCombineModeValidation.cs
- CharAnimationBase.cs
- Header.cs
- DbConnectionPool.cs
- LinqDataSourceSelectEventArgs.cs
- ToolStripTemplateNode.cs
- XmlSignatureManifest.cs
- LogLogRecordHeader.cs
- AssemblyLoader.cs
- ElementUtil.cs
- WorkflowRequestContext.cs
- DataGridRowHeader.cs
- ComEventsSink.cs
- HttpProxyCredentialType.cs
- WindowsListBox.cs
- LazyTextWriterCreator.cs
- wgx_exports.cs
- AssemblyBuilderData.cs
- externdll.cs
- UpdateEventArgs.cs
- ToolStripDropDownItem.cs
- DropDownButton.cs
- TrackingProfileCache.cs
- DetailsViewDeletedEventArgs.cs
- StoragePropertyMapping.cs
- ThreadStaticAttribute.cs
- RuleSetDialog.Designer.cs
- AsnEncodedData.cs
- XsltException.cs
- GAC.cs
- XmlWrappingWriter.cs
- ipaddressinformationcollection.cs
- FloaterParagraph.cs
- ServicePointManager.cs
- Int32Rect.cs
- ByteStream.cs
- DesignerTransaction.cs
- HostedHttpContext.cs
- HttpListenerResponse.cs