2 references to ContextProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
256get { return (EditingContext)GetValue(ContextProperty); } 257set { SetValue(ContextProperty, value); }