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