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