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