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