7 references to ShowExpanded
System.Activities.Presentation (7)
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
)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
631
e.CanExecute = this.FocusedViewElement.
ShowExpanded
;
706
e.CanExecute = !this.FocusedViewElement.
ShowExpanded
;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
330
if (!this.
ShowExpanded
)
879
if (this.
ShowExpanded
== false)