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