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
- FileVersion.cs
- NamedPipeAppDomainProtocolHandler.cs
- WebConfigurationHost.cs
- FontFamily.cs
- DataGridViewCellCancelEventArgs.cs
- TableParagraph.cs
- OleDbPropertySetGuid.cs
- InvalidOleVariantTypeException.cs
- XmlSchemaType.cs
- HTMLTextWriter.cs
- EdmEntityTypeAttribute.cs
- XmlWrappingReader.cs
- ControlLocalizer.cs
- Keywords.cs
- XPathNodeHelper.cs
- SiteMapDataSource.cs
- ObjectHandle.cs
- MergeFilterQuery.cs
- exports.cs
- DesignerEditorPartChrome.cs
- ComponentEditorForm.cs
- DateTimeFormat.cs
- RelationshipWrapper.cs
- NotifyIcon.cs
- FontNameEditor.cs
- ComponentManagerBroker.cs
- DynamicExpression.cs
- DateTimeValueSerializer.cs
- CriticalFinalizerObject.cs
- RouteCollection.cs
- AttributeSetAction.cs
- RSAProtectedConfigurationProvider.cs
- HotSpotCollection.cs
- DependencyPropertyHelper.cs
- CssStyleCollection.cs
- ApplicationSecurityManager.cs
- ModelItem.cs
- QueryStringHandler.cs
- ButtonField.cs
- AlignmentXValidation.cs
- CompiledAction.cs
- TypeToken.cs
- PixelFormats.cs
- PackWebRequestFactory.cs
- XComponentModel.cs
- StreamGeometry.cs
- PanelStyle.cs
- BCryptSafeHandles.cs
- QuotedPrintableStream.cs
- VectorAnimation.cs
- DataGridViewRowEventArgs.cs
- DebugView.cs
- Helpers.cs
- WindowsAltTab.cs
- TimelineGroup.cs
- ResourceReader.cs
- _DigestClient.cs
- BindingMemberInfo.cs
- XhtmlBasicTextBoxAdapter.cs
- HotCommands.cs
- EntityDataSourceContainerNameItem.cs
- IsolatedStorageFile.cs
- SystemInfo.cs
- PrintControllerWithStatusDialog.cs
- ExtensionQuery.cs
- PropertyItemInternal.cs
- XmlIlTypeHelper.cs
- CustomWebEventKey.cs
- StringUtil.cs
- WebPartVerb.cs
- DesignBindingPicker.cs
- DataKey.cs
- GeometryDrawing.cs
- SortFieldComparer.cs
- SingleSelectRootGridEntry.cs
- ObjectQuery_EntitySqlExtensions.cs
- LexicalChunk.cs
- ZipFileInfoCollection.cs
- ColorDialog.cs
- DataGridViewCellFormattingEventArgs.cs
- IgnoreSection.cs
- Light.cs
- XPathQueryGenerator.cs
- MarkupWriter.cs
- FontStyleConverter.cs
- Imaging.cs
- AxisAngleRotation3D.cs
- HashMembershipCondition.cs
- BindingElementExtensionElement.cs
- DynamicMethod.cs
- SoapReflectionImporter.cs
- XmlUrlResolver.cs
- SecurityContext.cs
- BookmarkCallbackWrapper.cs
- InkCanvasFeedbackAdorner.cs
- Sequence.cs
- TypeDelegator.cs
- ControlsConfig.cs
- Assert.cs
- SoapMessage.cs