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