4 references to ShouldCollapseAllProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
176
object collapseAllState = viewStateService.RetrieveViewState(modelTreeManager.Root, DesignerView.
ShouldCollapseAllProperty
.Name);
311
get { return (bool)GetValue(
ShouldCollapseAllProperty
); }
312
set { SetValue(
ShouldCollapseAllProperty
, value); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
223
collapseAllBinding.Path = new PropertyPath(DesignerView.
ShouldCollapseAllProperty
);