System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (4)
229_lastHResult = PInvoke.DrawThemeBackground(htheme, dc, Part, State, bounds, null);
233_lastHResult = PInvoke.DrawThemeBackground(HTHEME, dc, Part, State, bounds, null);
256_lastHResult = PInvoke.DrawThemeBackground(htheme, dc, Part, State, bounds, clipRectangle);
260_lastHResult = PInvoke.DrawThemeBackground(HTHEME, dc, Part, State, bounds, clipRectangle);