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