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