4 references to ShouldExpandAllProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
169object expandAllState = viewStateService.RetrieveViewState(modelTreeManager.Root, DesignerView.ShouldExpandAllProperty.Name); 305get { return (bool)GetValue(ShouldExpandAllProperty); } 306set { SetValue(ShouldExpandAllProperty, value); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
219expandAllBinding.Path = new PropertyPath(DesignerView.ShouldExpandAllProperty);