Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- HandlerFactoryCache.cs
- ColumnHeaderConverter.cs
- ComponentResourceManager.cs
- Boolean.cs
- AttributeCollection.cs
- Menu.cs
- _ConnectStream.cs
- SimpleHandlerFactory.cs
- WebPartManagerDesigner.cs
- ThicknessKeyFrameCollection.cs
- Utils.cs
- Oid.cs
- BoundsDrawingContextWalker.cs
- XPathNavigator.cs
- SwitchLevelAttribute.cs
- FormViewUpdatedEventArgs.cs
- ClipboardProcessor.cs
- validation.cs
- ProfileInfo.cs
- RequestContext.cs
- ItemAutomationPeer.cs
- CheckBoxPopupAdapter.cs
- ToolStripDropDownClosedEventArgs.cs
- RoleService.cs
- IOException.cs
- SmiSettersStream.cs
- RTTypeWrapper.cs
- AccessKeyManager.cs
- DataRowComparer.cs
- TextRangeBase.cs
- ComponentResourceManager.cs
- SHA1Managed.cs
- FormViewActionList.cs
- WorkflowMarkupSerializationManager.cs
- PhysicalAddress.cs
- XmlSerializationReader.cs
- PenContext.cs
- MsmqPoisonMessageException.cs
- DependencyObjectCodeDomSerializer.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- DataGridViewBindingCompleteEventArgs.cs
- OleDbConnection.cs
- EntityPropertyMappingAttribute.cs
- SecurityKeyIdentifierClause.cs
- SqlProcedureAttribute.cs
- EventSinkActivity.cs
- MarginCollapsingState.cs
- ListBox.cs
- OdbcTransaction.cs
- CacheOutputQuery.cs
- ProfilePropertySettingsCollection.cs
- ServiceOperation.cs
- ConstructorArgumentAttribute.cs
- MenuStrip.cs
- WsatExtendedInformation.cs
- AutomationEventArgs.cs
- DetailsViewUpdateEventArgs.cs
- TextContainerHelper.cs
- EncryptedXml.cs
- EventlogProvider.cs
- PrinterResolution.cs
- DynamicQueryableWrapper.cs
- XomlSerializationHelpers.cs
- TemplateComponentConnector.cs
- InputLanguageCollection.cs
- ModelItemCollectionImpl.cs
- JumpPath.cs
- GenericUriParser.cs
- ClaimTypes.cs
- RSAPKCS1SignatureFormatter.cs
- XsltLibrary.cs
- ExternalFile.cs
- RouteParametersHelper.cs
- Atom10FormatterFactory.cs
- MsdtcClusterUtils.cs
- EntityProxyTypeInfo.cs
- WebHttpElement.cs
- RegistryDataKey.cs
- QuotedPrintableStream.cs
- WindowsStatic.cs
- MDIControlStrip.cs
- NotificationContext.cs
- ObjectSecurity.cs
- DesignerDataTable.cs
- cookiecontainer.cs
- ThumbAutomationPeer.cs
- WindowsContainer.cs
- ObjectListGeneralPage.cs
- MessagePropertyDescriptionCollection.cs
- ConfigurationLoader.cs
- XMLUtil.cs
- NativeMethods.cs
- SqlCommand.cs
- MD5CryptoServiceProvider.cs
- ParameterBuilder.cs
- OrderedDictionary.cs
- MsmqProcessProtocolHandler.cs
- NamespaceQuery.cs
- ReachPrintTicketSerializer.cs
- Dictionary.cs