3 references to GetGlyphSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
121
layout.CheckSize = CheckBoxRenderer.
GetGlyphSize
(
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
79
Rectangle glyphBounds = new(glyphLocation,
GetGlyphSize
(hdc, state, hwnd));
240
return
GetGlyphSize
(hdc, state, hwnd);