5 references to ButtonRenderer
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (4)
67if (ButtonRenderer.IsBackgroundPartiallyTransparent(pbState)) { 68ButtonRenderer.DrawParentBackground(e.Graphics, bounds, Control); 73ButtonRenderer.DrawButton(e.Graphics, Control.ClientRectangle, false, pbState); 76ButtonRenderer.DrawButtonForHandle(e.Graphics, Control.ClientRectangle, false, pbState, this.Control.HandleInternal);
winforms\Managed\System\WinForms\Control.cs (1)
9790ButtonRenderer.DrawParentBackground(g, rectangle, this);