6 references to GetGlyphSize
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
67
layout.CheckSize = RadioButtonRenderer.
GetGlyphSize
(
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (5)
60
Rectangle glyphBounds = new(glyphLocation,
GetGlyphSize
(hdc, state, hwnd));
80
glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(hdc, state, hwnd));
130
glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(hdc, state, hwnd));
219
glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(hdc, state, hwnd));
254
return
GetGlyphSize
(hdc, state, HWND.Null);