Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StickyNoteHelper.cs
- UIPropertyMetadata.cs
- ColorTranslator.cs
- CryptoApi.cs
- RawStylusSystemGestureInputReport.cs
- NamespaceEmitter.cs
- InfoCardServiceInstallComponent.cs
- CharUnicodeInfo.cs
- XslCompiledTransform.cs
- SystemWebCachingSectionGroup.cs
- ManagementQuery.cs
- NavigateUrlConverter.cs
- FixUp.cs
- SynchronizedChannelCollection.cs
- ListViewDeleteEventArgs.cs
- HijriCalendar.cs
- ResourceReader.cs
- MsmqPoisonMessageException.cs
- LZCodec.cs
- MetadataArtifactLoaderCompositeFile.cs
- InternalEnumValidatorAttribute.cs
- SafeTokenHandle.cs
- InheritanceContextHelper.cs
- HostingPreferredMapPath.cs
- CommonProperties.cs
- HierarchicalDataSourceControl.cs
- StrongNameMembershipCondition.cs
- EntityFunctions.cs
- XmlCodeExporter.cs
- StyleXamlTreeBuilder.cs
- AdRotator.cs
- ConstraintEnumerator.cs
- SrgsRuleRef.cs
- Deflater.cs
- _SSPISessionCache.cs
- Deflater.cs
- VideoDrawing.cs
- XmlMapping.cs
- CompilationPass2TaskInternal.cs
- DescendantOverDescendantQuery.cs
- FileClassifier.cs
- SQLCharsStorage.cs
- SpecularMaterial.cs
- AnchoredBlock.cs
- Int64.cs
- DataTablePropertyDescriptor.cs
- WindowsFormsHostAutomationPeer.cs
- SqlXml.cs
- XPathDocumentIterator.cs
- DecimalStorage.cs
- EntryPointNotFoundException.cs
- SingleSelectRootGridEntry.cs
- FilteredDataSetHelper.cs
- DrawItemEvent.cs
- MimeWriter.cs
- PolyQuadraticBezierSegment.cs
- WSHttpBindingBaseElement.cs
- FormViewUpdatedEventArgs.cs
- CommandHelpers.cs
- UInt16.cs
- DecoderFallback.cs
- Number.cs
- WebHttpElement.cs
- PeerCollaborationPermission.cs
- DataGridPagerStyle.cs
- PixelFormat.cs
- DesignBindingPicker.cs
- StaticDataManager.cs
- GcHandle.cs
- PropertyChangingEventArgs.cs
- NativeMethods.cs
- DeviceFilterDictionary.cs
- VirtualDirectoryMappingCollection.cs
- ADMembershipProvider.cs
- RectValueSerializer.cs
- FontInfo.cs
- PhysicalFontFamily.cs
- LabelAutomationPeer.cs
- MatrixKeyFrameCollection.cs
- FontStyles.cs
- ResXFileRef.cs
- Task.cs
- MenuItemCollectionEditorDialog.cs
- DataSourceProvider.cs
- InternalCache.cs
- BezierSegment.cs
- Effect.cs
- WpfKnownType.cs
- ExpressionPrefixAttribute.cs
- TransactionInformation.cs
- DataRowExtensions.cs
- Executor.cs
- X509CertificateClaimSet.cs
- FigureParagraph.cs
- XmlSchemaSet.cs
- SqlException.cs
- WindowCollection.cs
- TraceAsyncResult.cs
- ThicknessConverter.cs
- Mutex.cs