4 references to Draw
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
238
return visualStyleRenderer.GetPartSize(g, ThemeSizeType.
Draw
, hWnd);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (1)
225
return visualStyleRenderer.GetPartSize(g, ThemeSizeType.
Draw
, hWnd);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
747
if (!ClientUtils.IsEnumValid(type, (int)type, (int)ThemeSizeType.Minimum, (int)ThemeSizeType.
Draw
)) {
780
if (!ClientUtils.IsEnumValid(type, (int)type, (int)ThemeSizeType.Minimum, (int)ThemeSizeType.
Draw
))