3 references to ExpandStateProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
227
expandStateBinding.Path = new PropertyPath(WorkflowViewElement.
ExpandStateProperty
);
262
get { return (bool)GetValue(
ExpandStateProperty
); }
263
set { SetValue(
ExpandStateProperty
, value); }