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
- StyleSheet.cs
- DynamicRenderer.cs
- ConsoleTraceListener.cs
- AssemblyAttributes.cs
- SponsorHelper.cs
- HttpHandlerAction.cs
- XmlNodeList.cs
- Table.cs
- BehaviorDragDropEventArgs.cs
- PersonalizationEntry.cs
- CodeDomConfigurationHandler.cs
- ExtensionFile.cs
- _NegoStream.cs
- EntityTypeEmitter.cs
- DataBinding.cs
- FormViewInsertEventArgs.cs
- TileBrush.cs
- FastPropertyAccessor.cs
- NamespaceQuery.cs
- DataBindingExpressionBuilder.cs
- GACMembershipCondition.cs
- CompletionCallbackWrapper.cs
- FunctionMappingTranslator.cs
- AdornerDecorator.cs
- XmlSchemaAttribute.cs
- ValueProviderWrapper.cs
- XmlDownloadManager.cs
- XmlDeclaration.cs
- HttpRequestBase.cs
- ReflectionHelper.cs
- SqlException.cs
- OleDbConnectionFactory.cs
- ClientSponsor.cs
- TemplateControlBuildProvider.cs
- XmlLoader.cs
- SimpleHandlerFactory.cs
- CachedRequestParams.cs
- AdobeCFFWrapper.cs
- XamlNamespaceHelper.cs
- ISO2022Encoding.cs
- CodeMethodReturnStatement.cs
- exports.cs
- AuthenticationException.cs
- PageThemeBuildProvider.cs
- WorkflowRuntime.cs
- Propagator.Evaluator.cs
- SafeCryptHandles.cs
- TaiwanCalendar.cs
- ImportRequest.cs
- NativeMethods.cs
- DataServiceEntityAttribute.cs
- ProgressBarAutomationPeer.cs
- AsyncDataRequest.cs
- DataMemberAttribute.cs
- FixedTextView.cs
- SmiGettersStream.cs
- SettingsPropertyNotFoundException.cs
- CollectionDataContractAttribute.cs
- DefaultBinder.cs
- X509DefaultServiceCertificateElement.cs
- DispatcherTimer.cs
- OdbcRowUpdatingEvent.cs
- XamlSerializerUtil.cs
- XsltInput.cs
- HttpFileCollection.cs
- ThemeDictionaryExtension.cs
- MenuEventArgs.cs
- ChangeTracker.cs
- SchemaTypeEmitter.cs
- FlowLayoutSettings.cs
- MatcherBuilder.cs
- HttpRequestCacheValidator.cs
- Stylus.cs
- CodeSubDirectory.cs
- UniqueConstraint.cs
- SoapIgnoreAttribute.cs
- TextEditorDragDrop.cs
- WsdlImporterElementCollection.cs
- WindowsFormsHostAutomationPeer.cs
- FontEmbeddingManager.cs
- KeyEvent.cs
- HttpWebRequest.cs
- FileDialog.cs
- DataGridViewAccessibleObject.cs
- ListCollectionView.cs
- Classification.cs
- Point3DKeyFrameCollection.cs
- InputBindingCollection.cs
- GroupBoxAutomationPeer.cs
- CaseInsensitiveOrdinalStringComparer.cs
- Item.cs
- GifBitmapDecoder.cs
- DataTableReaderListener.cs
- wgx_exports.cs
- FusionWrap.cs
- ControlBuilderAttribute.cs
- CodeNamespace.cs
- ClientConfigurationHost.cs
- WeakEventManager.cs
- BindingExpressionBase.cs