5 references to MaxSize
System.Windows.Forms (5)
misc\GDI\WindowsGraphics2.cs (5)
250
if( bounds.Width ==
MaxSize
.Width )
254
if( bounds.Height ==
MaxSize
.Height )
409
return MeasureText(text, font,
MaxSize
, IntTextFormatFlags.Default);
498
if (proposedSize.Height >=
MaxSize
.Height && (flags & IntTextFormatFlags.SingleLine) != 0)
504
if (proposedSize.Width ==
MaxSize
.Width)