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