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