Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlConverter.cs
- SqlDependencyListener.cs
- BulletedList.cs
- IpcChannelHelper.cs
- WindowsFont.cs
- InputMethodStateChangeEventArgs.cs
- RedirectionProxy.cs
- SpotLight.cs
- PeerCollaborationPermission.cs
- HtmlMobileTextWriter.cs
- Line.cs
- NotSupportedException.cs
- CommentAction.cs
- LinqDataView.cs
- SyndicationItemFormatter.cs
- DetectEofStream.cs
- ModuleBuilderData.cs
- FrameworkElementFactory.cs
- ObjectHelper.cs
- ParameterToken.cs
- ServiceInstallComponent.cs
- OrderByQueryOptionExpression.cs
- DataTransferEventArgs.cs
- XmlSchemaAny.cs
- XmlChoiceIdentifierAttribute.cs
- StandardTransformFactory.cs
- BitmapEditor.cs
- InteropBitmapSource.cs
- ParallelSeparator.xaml.cs
- XmlSignatureManifest.cs
- SafeCertificateContext.cs
- Stream.cs
- SpeechAudioFormatInfo.cs
- ScriptComponentDescriptor.cs
- ADMembershipProvider.cs
- CaretElement.cs
- DataBindingCollection.cs
- CompilerParameters.cs
- LayoutUtils.cs
- BasicAsyncResult.cs
- XPathAncestorIterator.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- OleDbDataReader.cs
- ArrangedElement.cs
- TagElement.cs
- TextEndOfSegment.cs
- SortableBindingList.cs
- Environment.cs
- TdsParserSafeHandles.cs
- Ipv6Element.cs
- ContextDataSource.cs
- ImageListImage.cs
- DynamicMethod.cs
- ContactManager.cs
- ClrProviderManifest.cs
- SoapFormatter.cs
- SQLResource.cs
- SortQueryOperator.cs
- ElementHost.cs
- SoundPlayerAction.cs
- OpCodes.cs
- CodeIdentifier.cs
- DbConnectionStringBuilder.cs
- ContainerVisual.cs
- SByteConverter.cs
- ControlParameter.cs
- Site.cs
- OnOperation.cs
- MenuItemBindingCollection.cs
- CheckPair.cs
- ModuleBuilder.cs
- RegexCode.cs
- PartialArray.cs
- ServiceActivationException.cs
- _NegoState.cs
- ToolStripActionList.cs
- LifetimeServices.cs
- AsyncOperation.cs
- SchemaInfo.cs
- ConstraintEnumerator.cs
- PaperSource.cs
- prefixendpointaddressmessagefilter.cs
- CodeAssignStatement.cs
- CommandID.cs
- Properties.cs
- safex509handles.cs
- PtsHost.cs
- PageBuildProvider.cs
- ListBoxAutomationPeer.cs
- ValidatorCompatibilityHelper.cs
- RegionIterator.cs
- Application.cs
- DataSvcMapFile.cs
- CollectionMarkupSerializer.cs
- CustomPopupPlacement.cs
- UriTemplateVariablePathSegment.cs
- XmlSchemaSimpleContentExtension.cs
- SafeRegistryHandle.cs
- DataGridViewMethods.cs
- MenuStrip.cs