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