3 references to Key
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
339
if (e.ParentModelItem == this.ModelItem && e.
Key
== Annotation.IsAnnotationDockedViewStateName && !this.isViewStateChangedInternally)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (2)
78
if (attachedProperties.ContainsKey(e.
Key
))
83
attachedProperties[e.
Key
].SetValue(e.ParentModelItem, e.NewValue);