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