Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- MessageQueuePermissionAttribute.cs
- CodeValidator.cs
- BevelBitmapEffect.cs
- StoreContentChangedEventArgs.cs
- MailMessageEventArgs.cs
- UnsafeNativeMethods.cs
- SymmetricKey.cs
- FormsAuthentication.cs
- HtmlMobileTextWriter.cs
- PointConverter.cs
- FolderLevelBuildProviderCollection.cs
- PreviewKeyDownEventArgs.cs
- FieldNameLookup.cs
- TableLayoutRowStyleCollection.cs
- RefreshPropertiesAttribute.cs
- BoundingRectTracker.cs
- ObjectReaderCompiler.cs
- FormParameter.cs
- WebReferenceOptions.cs
- HeaderLabel.cs
- __FastResourceComparer.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- CustomErrorsSectionWrapper.cs
- CredentialCache.cs
- DurableEnlistmentState.cs
- ColumnMapCopier.cs
- ServicePoint.cs
- CommandBindingCollection.cs
- ArraySegment.cs
- SQLChars.cs
- xdrvalidator.cs
- DbProviderSpecificTypePropertyAttribute.cs
- followingquery.cs
- HandlerFactoryWrapper.cs
- SystemIPv6InterfaceProperties.cs
- SurrogateEncoder.cs
- EventHandlersStore.cs
- BinHexDecoder.cs
- Material.cs
- SystemWebCachingSectionGroup.cs
- XmlCharType.cs
- StackSpiller.Generated.cs
- FormsAuthenticationTicket.cs
- ScrollViewerAutomationPeer.cs
- WeakReference.cs
- AtomicFile.cs
- ConfigXmlAttribute.cs
- TriggerCollection.cs
- PageCatalogPart.cs
- TimelineGroup.cs
- Rectangle.cs
- StrokeNodeOperations2.cs
- ParameterRetriever.cs
- PenThreadPool.cs
- ListCollectionView.cs
- Range.cs
- InvalidOperationException.cs
- __Filters.cs
- Floater.cs
- ResourceReader.cs
- ClientUrlResolverWrapper.cs
- ClientOptions.cs
- WizardForm.cs
- ProfileSettings.cs
- CatchBlock.cs
- RSAPKCS1SignatureFormatter.cs
- FileSystemEventArgs.cs
- EntityDataSourceWizardForm.cs
- DesignerHost.cs
- PinProtectionHelper.cs
- SchemaUtility.cs
- CutCopyPasteHelper.cs
- UICuesEvent.cs
- CompiledQueryCacheKey.cs
- PowerModeChangedEventArgs.cs
- XPathParser.cs
- BitmapData.cs
- XhtmlTextWriter.cs
- OutputCache.cs
- ParameterRetriever.cs
- QueryCacheManager.cs
- BuilderPropertyEntry.cs
- EntryPointNotFoundException.cs
- ConfigurationSectionCollection.cs
- Activator.cs
- TransformerInfo.cs
- ProfilePropertySettingsCollection.cs
- LeafCellTreeNode.cs
- SecureStringHasher.cs
- RolePrincipal.cs
- ContextProperty.cs
- OleDbSchemaGuid.cs
- COM2ExtendedBrowsingHandler.cs
- Activity.cs
- PhoneCall.cs
- TransformedBitmap.cs
- TargetException.cs
- CellParagraph.cs
- exports.cs
- TypeUsage.cs