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