2 overrides of CanExpandCollapse
System.Workflow.ComponentModel (2)
AuthoringOM\Design\FreeFormDesigner.cs (1)
210
public override bool
CanExpandCollapse
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
79
public override bool
CanExpandCollapse
9 references to CanExpandCollapse
System.Workflow.ComponentModel (9)
AuthoringOM\Design\CommandSet.cs (1)
501
if (compositeDesigner != null && compositeDesigner.
CanExpandCollapse
&&
AuthoringOM\Design\CompositeActivityDesigner.cs (5)
105
if (!
CanExpandCollapse
&& !this.expanded)
117
if (!
CanExpandCollapse
&& !value)
231
if (!
CanExpandCollapse
)
333
Size expandButtonSize = (
CanExpandCollapse
) ? designerTheme.ExpandButtonSize : Size.Empty;
1234
if (
CanExpandCollapse
)
AuthoringOM\Design\DesignerWidgets.cs (1)
3568
if (!previewDesigner.
CanExpandCollapse
)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (1)
298
if (value == null || value.Expanded || !value.
CanExpandCollapse
)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
86
return base.
CanExpandCollapse
;