2 references to MinSize
System.Workflow.ComponentModel (2)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (2)
94
minimumSize.Width = Math.Max(minimumSize.Width, SequentialWorkflowRootDesigner.
MinSize
.Width);
95
minimumSize.Height = Math.Max(minimumSize.Width, SequentialWorkflowRootDesigner.
MinSize
.Height);