Base:
property
MinimumSize
System.Workflow.ComponentModel.Design.ActivityDesigner.MinimumSize
2 overrides of MinimumSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
88
public override Size
MinimumSize
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivityDesigner.cs (1)
26
public override Size
MinimumSize
3 references to MinimumSize
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
637
containerSize.Width = Math.Max(containerSize.Width,
MinimumSize
.Width);
638
containerSize.Height = Math.Max(containerSize.Height,
MinimumSize
.Height);
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
92
Size minimumSize = base.
MinimumSize
;