3 references to FontMeasureString
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
736fixed (char* ps = FontMeasureString) 738PInvoke.GetTextExtentPoint32W(dc, ps, FontMeasureString.Length, (SIZE*)(void*)&size); 742retval.Width = (int)Math.Round(size.Width / ((float)FontMeasureString.Length));