3 references to MeasureTextHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
2611return DataGridViewCell.MeasureTextHeight(g, text, cellStyle.Font, maxWidth, flags, out widthTruncated); 2834return DataGridViewCell.MeasureTextHeight(graphics, text, font, maxWidth, flags, out widthTruncated); 4700int requiredHeight = DataGridViewCell.MeasureTextHeight(graphics, text, font, maxBounds.Width, flags, out widthTruncated);