2 writes to _idleHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
799current._idleHandler += value; 808current._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);