4 references to InvokePaint
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
8249InvokePaint(parent, newArgs); 8254InvokePaint(parent, newArgs);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1228public new void InvokePaint(Control c, PaintEventArgs e) => base.InvokePaint(c, e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
400this.InvokePaint(control, args);