5 references to GetGlyphSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
75
layout.checkSize = RadioButtonRenderer.
GetGlyphSize
(g, RadioButtonRenderer.ConvertFromButtonState(GetState(), b.MouseIsOver), b.HandleInternal).Width;
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (4)
103
Rectangle glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(g, state, hWnd));
138
Rectangle glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(g, state, hWnd));
184
Rectangle glyphBounds = new Rectangle(glyphLocation,
GetGlyphSize
(g, state, hWnd));
218
return
GetGlyphSize
(g, state, IntPtr.Zero);