3 references to ExpandStateProperty
System.Data (3)
cdf\src\NetFx40\Tools\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); }