Implemented interface member:
1 write to IsCompleted
System.Windows.Forms (1)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
78IsCompleted = true;
3 references to IsCompleted
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
6415if (!tme.IsCompleted)
System\Windows\Forms\Control.ThreadMethodEntry.cs (2)
59if (IsCompleted) 70public bool CompletedSynchronously => IsCompleted && _synchronous;