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