2 writes to _idleHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
799
current.
_idleHandler
+= value;
808
current.
_idleHandler
-= value;
3 references to _idleHandler
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
404
_idleHandler
?.Invoke(Thread.CurrentThread, EventArgs.Empty);
System\Windows\Forms\Application.cs (1)
1247
=> ThreadContext.FromCurrent().
_idleHandler
?.Invoke(Thread.CurrentThread, e);
System\Windows\Forms\Application.LightThreadContext.cs (1)
121
_idleHandler
?.Invoke(Thread.CurrentThread, EventArgs.Empty);