1 override of GetTextSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4785protected override Size GetTextSize(Size proposedConstraints) {
4 references to GetTextSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
1066textSize = GetTextSize(proposedSize) + textImageInsetSize; 1317Size textSize = GetTextSize(maxBounds.Size); 1331Size textSize = GetTextSize(maxTextSize);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4792cachedSize = base.GetTextSize(proposedConstraints);