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