2 writes to isCompleted
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
20064
this.
isCompleted
= false;
20120
this.
isCompleted
= true;
3 references to isCompleted
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
20093
if (this.
isCompleted
) {
20105
if (this.
isCompleted
&& this.synchronous)
20114
return this.
isCompleted
;