3 references to GetPartSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
249
return t_visualStyleRenderer.
GetPartSize
(hdc, ThemeSizeType.Draw, hwnd);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
262
return t_visualStyleRenderer.
GetPartSize
(hdc, ThemeSizeType.Draw, hwnd);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
576
return
GetPartSize
(hdc, type, HWND.Null);