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
- TabletDevice.cs
- MatrixConverter.cs
- TextCompositionManager.cs
- AmbientEnvironment.cs
- BindingWorker.cs
- FormatVersion.cs
- SafeRegistryKey.cs
- OpCodes.cs
- GridEntry.cs
- SelectionHighlightInfo.cs
- FrameSecurityDescriptor.cs
- FontInfo.cs
- Keywords.cs
- DataColumnMappingCollection.cs
- Style.cs
- IsolatedStoragePermission.cs
- RectAnimationClockResource.cs
- DataExpression.cs
- HyperLinkStyle.cs
- SimpleTypeResolver.cs
- DataGridViewSelectedRowCollection.cs
- VisualStyleTypesAndProperties.cs
- MethodInfo.cs
- XDRSchema.cs
- GridViewPageEventArgs.cs
- AssociationTypeEmitter.cs
- DataGridViewRow.cs
- BindableAttribute.cs
- PublishLicense.cs
- XmlSchemaException.cs
- DesignBindingValueUIHandler.cs
- ReceiveSecurityHeaderElementManager.cs
- DWriteFactory.cs
- SplitterPanel.cs
- HttpWebRequest.cs
- DragDrop.cs
- TypeValidationEventArgs.cs
- UserControl.cs
- LayoutInformation.cs
- RegionData.cs
- ResourceContainer.cs
- DuplexClientBase.cs
- CustomTrackingRecord.cs
- ZipIOExtraField.cs
- ExpandCollapsePattern.cs
- DesignerActionUIStateChangeEventArgs.cs
- ObjectParameter.cs
- EmptyControlCollection.cs
- CustomErrorCollection.cs
- PipelineModuleStepContainer.cs
- FontSourceCollection.cs
- RegisteredArrayDeclaration.cs
- AxisAngleRotation3D.cs
- TextBlockAutomationPeer.cs
- SoapMessage.cs
- QualifiedCellIdBoolean.cs
- DecoratedNameAttribute.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ContextMenuAutomationPeer.cs
- GiveFeedbackEventArgs.cs
- TextSegment.cs
- QueryContinueDragEvent.cs
- SqlTransaction.cs
- GridViewCancelEditEventArgs.cs
- ConfigurationManager.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- SoapAttributes.cs
- QilChoice.cs
- WebException.cs
- EnumerableRowCollectionExtensions.cs
- AliasExpr.cs
- ZoneButton.cs
- SiteMapDataSourceView.cs
- ProfileService.cs
- VolatileResourceManager.cs
- ResourceExpression.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ProviderCollection.cs
- KnownAssemblyEntry.cs
- ErrorTableItemStyle.cs
- InlineObject.cs
- StateManagedCollection.cs
- OleDbInfoMessageEvent.cs
- XslTransform.cs
- ParameterCollection.cs
- InputManager.cs
- webbrowsersite.cs
- BrowserTree.cs
- WebPartZone.cs
- PackagingUtilities.cs
- LoginName.cs
- EncoderExceptionFallback.cs
- ConfigXmlAttribute.cs
- HwndTarget.cs
- PageCodeDomTreeGenerator.cs
- ToolStripSplitStackLayout.cs
- HttpApplicationFactory.cs
- WebPartConnectionsCloseVerb.cs
- OleDbFactory.cs
- XmlMemberMapping.cs