2 references to ContextProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
62get { return (EditingContext)GetValue(ContextProperty); } 63set { SetValue(ContextProperty, value); }