2 references to RealMinimumSize
System.Workflow.Activities (2)
Designers\StateDesigner.Layouts.cs (2)
1103
minimumSize.Width = Math.Max(minimumSize.Width,
RealMinimumSize
.Width);
1104
minimumSize.Height = Math.Max(minimumSize.Height,
RealMinimumSize
.Height);