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
- RMEnrollmentPage2.cs
- shaperfactoryquerycachekey.cs
- DocComment.cs
- ColorComboBox.cs
- TiffBitmapEncoder.cs
- Vector3DAnimation.cs
- newinstructionaction.cs
- SerializerDescriptor.cs
- InvalidateEvent.cs
- Scripts.cs
- CellParaClient.cs
- EventProviderClassic.cs
- Reference.cs
- AssociationType.cs
- _SslSessionsCache.cs
- ErrorTableItemStyle.cs
- _ListenerRequestStream.cs
- Preprocessor.cs
- LeaseManager.cs
- XMLSyntaxException.cs
- HTMLTextWriter.cs
- GlobalProxySelection.cs
- ValuePatternIdentifiers.cs
- DataSourceXmlSubItemAttribute.cs
- PageVisual.cs
- BamlRecordWriter.cs
- OleAutBinder.cs
- BinaryMethodMessage.cs
- UnaryOperationBinder.cs
- LockCookie.cs
- OdbcCommand.cs
- PersonalizationState.cs
- RequiredArgumentAttribute.cs
- LinkedList.cs
- CountAggregationOperator.cs
- XmlILIndex.cs
- SystemIPv6InterfaceProperties.cs
- BinaryFormatterWriter.cs
- XmlCustomFormatter.cs
- WorkflowHostingEndpoint.cs
- ZipFileInfoCollection.cs
- metadatamappinghashervisitor.cs
- Separator.cs
- FontWeightConverter.cs
- DescendentsWalkerBase.cs
- _DigestClient.cs
- ScopeCompiler.cs
- _ServiceNameStore.cs
- ServerIdentity.cs
- VerificationException.cs
- Util.cs
- SecureEnvironment.cs
- SimpleMailWebEventProvider.cs
- QilTypeChecker.cs
- MappedMetaModel.cs
- TypeDependencyAttribute.cs
- FormsAuthenticationConfiguration.cs
- ColorMatrix.cs
- LinkUtilities.cs
- WebPartManager.cs
- GlobalizationSection.cs
- UnaryOperationBinder.cs
- DependencyObjectCodeDomSerializer.cs
- LineGeometry.cs
- WindowsIPAddress.cs
- UnknownExceptionActionHelper.cs
- RsaSecurityTokenParameters.cs
- BitmapVisualManager.cs
- InternalControlCollection.cs
- XmlNode.cs
- AncillaryOps.cs
- SingleBodyParameterMessageFormatter.cs
- TextFormatterHost.cs
- SpotLight.cs
- RankException.cs
- ContentDisposition.cs
- XmlTextReader.cs
- WindowsListViewGroupHelper.cs
- SmtpClient.cs
- PageClientProxyGenerator.cs
- QilTargetType.cs
- StatusBarPanel.cs
- PauseStoryboard.cs
- MtomMessageEncoder.cs
- Visual3D.cs
- GACMembershipCondition.cs
- CaseInsensitiveOrdinalStringComparer.cs
- AtlasWeb.Designer.cs
- DataGridViewLinkColumn.cs
- ObjectDataSourceMethodEventArgs.cs
- StylusButtonEventArgs.cs
- EventRouteFactory.cs
- VectorValueSerializer.cs
- AtomContentProperty.cs
- LinkDescriptor.cs
- WebHttpBindingCollectionElement.cs
- CodeMethodReturnStatement.cs
- Metafile.cs
- RouteValueExpressionBuilder.cs
- UrlMapping.cs