4 references to InvokePaint
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
8210
InvokePaint
(parent, newArgs);
8215
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)
404
this.
InvokePaint
(control, args);