3 references to GetGlyphSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
123
Rectangle glyphBounds = new(glyphLocation,
GetGlyphSize
(g, state, hwnd));
230
public static Size GetGlyphSize(Graphics g, CheckBoxState state) =>
GetGlyphSize
((IDeviceContext)g, state);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
528
_idealCheckSize = CheckBoxRenderer.
GetGlyphSize
(e, cbState, HWNDInternal).Width;