7 references to ShowExpanded
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (3)
98if (workflowViewElement != null && workflowViewElement.ShowExpanded) 497if (!view.ShowExpanded) 505if (view != null && view.ShowExpanded)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
631e.CanExecute = this.FocusedViewElement.ShowExpanded; 706e.CanExecute = !this.FocusedViewElement.ShowExpanded;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
330if (!this.ShowExpanded) 879if (this.ShowExpanded == false)