2 writes to resetEvent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
20065
this.
resetEvent
= null;
20092
this.
resetEvent
= new ManualResetEvent(false);
8 references to resetEvent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (8)
20071
if (this.
resetEvent
!= null)
20073
this.
resetEvent
.Close();
20085
if (this.
resetEvent
== null) {
20091
if (this.
resetEvent
== null) {
20094
this.
resetEvent
.Set();
20099
return(WaitHandle)this.
resetEvent
;
20121
if (this.
resetEvent
!= null) {
20122
this.
resetEvent
.Set();