3 references to attachedProperties
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (3)
73
attachedProperties
.Add(propertyName, attachedProperty);
78
if (
attachedProperties
.ContainsKey(e.Key))
83
attachedProperties
[e.Key].SetValue(e.ParentModelItem, e.NewValue);