Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- GridViewSelectEventArgs.cs
- CursorInteropHelper.cs
- SourceElementsCollection.cs
- ForeignConstraint.cs
- XpsFilter.cs
- IconBitmapDecoder.cs
- XmlTextReader.cs
- XmlAnyElementAttributes.cs
- XmlSchemaSimpleTypeList.cs
- glyphs.cs
- PointUtil.cs
- HtmlFormAdapter.cs
- BulletedList.cs
- SmtpLoginAuthenticationModule.cs
- CollectionConverter.cs
- RefreshEventArgs.cs
- DbDataSourceEnumerator.cs
- CreateRefExpr.cs
- GlyphRunDrawing.cs
- EndpointDiscoveryMetadata11.cs
- SqlConnectionPoolGroupProviderInfo.cs
- counter.cs
- ToggleButtonAutomationPeer.cs
- ModelUIElement3D.cs
- WebPartManagerInternals.cs
- Graph.cs
- QuaternionAnimationBase.cs
- HtmlFormAdapter.cs
- UriExt.cs
- RouteParameter.cs
- SecurityChannelListener.cs
- InvalidPrinterException.cs
- SafeTimerHandle.cs
- DictionarySectionHandler.cs
- GrammarBuilderPhrase.cs
- DesignOnlyAttribute.cs
- wgx_commands.cs
- WebDescriptionAttribute.cs
- TableRow.cs
- ControlBindingsCollection.cs
- XsltInput.cs
- ImageListUtils.cs
- precedingsibling.cs
- DispatcherObject.cs
- ContentElementAutomationPeer.cs
- EntityFrameworkVersions.cs
- AuthorizationSection.cs
- RSACryptoServiceProvider.cs
- ContentPosition.cs
- ValueOfAction.cs
- PlatformCulture.cs
- ProfileBuildProvider.cs
- Convert.cs
- MatrixValueSerializer.cs
- Exception.cs
- StringFormat.cs
- ChtmlLinkAdapter.cs
- InteropAutomationProvider.cs
- SmtpTransport.cs
- SQLChars.cs
- InfoCardTrace.cs
- GC.cs
- DynamicControlParameter.cs
- Odbc32.cs
- GradientStop.cs
- propertytag.cs
- XhtmlTextWriter.cs
- PeerValidationBehavior.cs
- ServicePointManager.cs
- StrongNameIdentityPermission.cs
- StateChangeEvent.cs
- ReadOnlyNameValueCollection.cs
- TypeUtils.cs
- MatrixAnimationBase.cs
- CodeIdentifier.cs
- StylusOverProperty.cs
- SvcMapFile.cs
- SerializableReadOnlyDictionary.cs
- CommunicationObjectManager.cs
- Console.cs
- MediaPlayer.cs
- bindurihelper.cs
- EdmSchemaError.cs
- DataMemberConverter.cs
- CallTemplateAction.cs
- RelatedEnd.cs
- EncodingNLS.cs
- SortFieldComparer.cs
- RuleSettingsCollection.cs
- wgx_commands.cs
- AccessibleObject.cs
- SqlSupersetValidator.cs
- TextFormatterHost.cs
- TypeSystem.cs
- XmlSchemaSearchPattern.cs
- ManualResetEvent.cs
- EpmAttributeNameBuilder.cs
- PrimarySelectionGlyph.cs
- CallbackValidatorAttribute.cs
- IssuanceTokenProviderState.cs