9 references to GetGlyphSize
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
1031System.Drawing.Size boxSize = CheckBoxRenderer.GetGlyphSize(graphics, state);
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
58Rectangle glyphBounds = new(glyphLocation, GetGlyphSize(g, state)); 192Rectangle glyphBounds = new(glyphLocation, GetGlyphSize(g, state));
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (6)
656Size checkBoxSize = CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal); 698FlatStyle.Flat => CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal).Width - 3, 699FlatStyle.Popup => CheckBoxRenderer.GetGlyphSize(graphics, CheckBoxState.UncheckedNormal).Width - 2, 1163checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, themeCheckBoxState); 1184checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxState.UncheckedNormal); 1189checkBoxSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxState.UncheckedNormal);