3 references to GetGlyphSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
123Rectangle glyphBounds = new(glyphLocation, GetGlyphSize(g, state, hwnd)); 230public 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;