2 references to ContextProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
106get { return (EditingContext)GetValue(ContextProperty); } 107set { SetValue(ContextProperty, value); }