7 references to GetGlyphSize
System.Windows.Forms (7)
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
191Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state));
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (6)
768Size checkBoxSize = CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal); 809checkBoxSize = CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal).Width - 3; 812checkBoxSize = CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal).Width - 2; 1263checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, themeCheckBoxState); 1284checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxState.UncheckedNormal); 1289checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxState.UncheckedNormal);