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