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
- Perspective.cs
- ObjectDataSourceChooseMethodsPanel.cs
- CustomTrackingQuery.cs
- SmiEventSink_Default.cs
- TemplateColumn.cs
- DispatcherHooks.cs
- StylusTouchDevice.cs
- SafePEFileHandle.cs
- ComponentEvent.cs
- WeakReadOnlyCollection.cs
- DialogResultConverter.cs
- HashCodeCombiner.cs
- ItemCheckEvent.cs
- StreamAsIStream.cs
- ClientOptions.cs
- PenLineJoinValidation.cs
- XmlDataDocument.cs
- FilteredAttributeCollection.cs
- ColorConverter.cs
- translator.cs
- SignatureHelper.cs
- DataGridPagerStyle.cs
- XsdBuilder.cs
- ChooseAction.cs
- InvokePatternIdentifiers.cs
- AnnotationResourceChangedEventArgs.cs
- ScrollBar.cs
- CustomValidator.cs
- XPathNodeInfoAtom.cs
- HyperLinkDesigner.cs
- WebDisplayNameAttribute.cs
- SQLString.cs
- HostVisual.cs
- SamlSubject.cs
- TableRow.cs
- DrawingAttributeSerializer.cs
- EventSourceCreationData.cs
- LinkConverter.cs
- FormViewDeletedEventArgs.cs
- MetabaseSettings.cs
- MetadataCollection.cs
- XmlNamespaceManager.cs
- WmlControlAdapter.cs
- UnknownBitmapEncoder.cs
- WorkflowInstanceRecord.cs
- HyperLinkColumn.cs
- _SingleItemRequestCache.cs
- GetWinFXPath.cs
- TableDetailsRow.cs
- NavigationService.cs
- NavigationCommands.cs
- CultureInfo.cs
- Schema.cs
- UriWriter.cs
- DataKeyArray.cs
- entitydatasourceentitysetnameconverter.cs
- MemoryPressure.cs
- AspNetPartialTrustHelpers.cs
- InternalControlCollection.cs
- XPathDocumentNavigator.cs
- ExpressionCopier.cs
- XmlEnumAttribute.cs
- HttpRequest.cs
- BitmapEffectGeneralTransform.cs
- CuspData.cs
- HtmlControl.cs
- FixedSchema.cs
- RegistrationServices.cs
- EntityDataSourceMemberPath.cs
- StylusButtonCollection.cs
- PositiveTimeSpanValidator.cs
- SourceCollection.cs
- InheritedPropertyChangedEventArgs.cs
- DefaultParameterValueAttribute.cs
- AssemblyAttributesGoHere.cs
- util.cs
- Funcletizer.cs
- DecimalAnimationUsingKeyFrames.cs
- DBDataPermission.cs
- RegularExpressionValidator.cs
- ConfigXmlWhitespace.cs
- RepeaterDesigner.cs
- LiteralLink.cs
- AssemblyHash.cs
- SqlNodeAnnotation.cs
- PermissionAttributes.cs
- FromRequest.cs
- prefixendpointaddressmessagefiltertable.cs
- SetStateDesigner.cs
- Page.cs
- DecoderFallback.cs
- RedistVersionInfo.cs
- ScrollProperties.cs
- TextMessageEncoder.cs
- DataRowChangeEvent.cs
- QualifiedCellIdBoolean.cs
- AddInContractAttribute.cs
- RectangleConverter.cs
- ExeConfigurationFileMap.cs
- DynamicScriptObject.cs