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