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