5 references to InvokePaintBackground
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
8209
InvokePaintBackground
(parent, newArgs);
8214
InvokePaintBackground
(parent, newArgs);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1378
InvokePaintBackground
(this, e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1228
public new void InvokePaintBackground(Control c, PaintEventArgs e) => base.
InvokePaintBackground
(c, e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
403
this.
InvokePaintBackground
(control, args);