Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / SharedDp.cs / 1305600 / 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
- nulltextcontainer.cs
- ParserStreamGeometryContext.cs
- WorkflowNamespace.cs
- XmlReflectionImporter.cs
- ConstructorBuilder.cs
- BatchParser.cs
- dataprotectionpermission.cs
- BitmapEffectState.cs
- Parallel.cs
- MessagePropertyDescription.cs
- ConstructorArgumentAttribute.cs
- BasicHttpSecurityElement.cs
- Byte.cs
- HttpHandlerAction.cs
- CustomError.cs
- StateInitialization.cs
- FileDialogPermission.cs
- ColumnHeaderConverter.cs
- MemberInfoSerializationHolder.cs
- LogoValidationException.cs
- AssertFilter.cs
- CallTemplateAction.cs
- DatagridviewDisplayedBandsData.cs
- Image.cs
- ServerValidateEventArgs.cs
- CustomErrorsSection.cs
- DesignerSerializationOptionsAttribute.cs
- MouseDevice.cs
- followingsibling.cs
- QuaternionAnimationBase.cs
- TableCellAutomationPeer.cs
- EmptyQuery.cs
- MediaElement.cs
- DbDataSourceEnumerator.cs
- ImageListUtils.cs
- TreeNode.cs
- Point3DKeyFrameCollection.cs
- SqlNotificationRequest.cs
- ServiceProviders.cs
- QuaternionRotation3D.cs
- ClientSettingsSection.cs
- DataSysAttribute.cs
- WindowsListView.cs
- XhtmlStyleClass.cs
- UrlAuthorizationModule.cs
- ToolBarButtonClickEvent.cs
- RemoteEndpointMessageProperty.cs
- ReadContentAsBinaryHelper.cs
- JsonEnumDataContract.cs
- DesignTimeData.cs
- RuleConditionDialog.cs
- MessageSecurityVersionConverter.cs
- SiteMapProvider.cs
- XmlJsonWriter.cs
- WebPartZone.cs
- ApplicationHost.cs
- InlineObject.cs
- XmlUrlEditor.cs
- StyleSheetComponentEditor.cs
- TdsParserStaticMethods.cs
- SqlSelectStatement.cs
- FontWeights.cs
- ConnectionInterfaceCollection.cs
- SHA384.cs
- Transform.cs
- AndMessageFilter.cs
- ColumnMapProcessor.cs
- EventLogWatcher.cs
- ContentElement.cs
- UInt32Converter.cs
- ClientData.cs
- WebPartDescriptionCollection.cs
- PrinterUnitConvert.cs
- CommandPlan.cs
- ChangeConflicts.cs
- DataGridViewDataConnection.cs
- GuidelineSet.cs
- OrderByExpression.cs
- MemberPath.cs
- IIS7UserPrincipal.cs
- Form.cs
- DataSourceControlBuilder.cs
- ManipulationDevice.cs
- BrushConverter.cs
- DrawListViewItemEventArgs.cs
- dataobject.cs
- IntSecurity.cs
- securestring.cs
- DataError.cs
- ImpersonateTokenRef.cs
- ApplicationFileParser.cs
- WebResponse.cs
- TypeUtil.cs
- ReadOnlyHierarchicalDataSource.cs
- NativeMethods.cs
- _TLSstream.cs
- TextBoxDesigner.cs
- EdmMember.cs
- UpdateCommand.cs
- GZipDecoder.cs