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