3 references to GetPartSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
238return visualStyleRenderer.GetPartSize(g, ThemeSizeType.Draw, hWnd);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (1)
225return visualStyleRenderer.GetPartSize(g, ThemeSizeType.Draw, hWnd);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
738return GetPartSize(dc, type, IntPtr.Zero);