2 writes to idleHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
906current.idleHandler += value; 916current.idleHandler -= value;
4 references to idleHandler
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
1373if (current.idleHandler != null) { 1374current.idleHandler(Thread.CurrentThread, e); 3929if (idleHandler != null) { 3930idleHandler(Thread.CurrentThread, EventArgs.Empty);