6 references to DoEvents
System.Windows.Forms (6)
System\Windows\Forms\Application.ComponentManager.cs (1)
266if (uReason is msoloop.DoEvents or msoloop.DoEventsModal)
System\Windows\Forms\Application.ComponentThreadContext.cs (2)
261else if (reason is msoloop.DoEvents or msoloop.DoEventsModal) 450case msoloop.DoEvents:
System\Windows\Forms\Application.cs (1)
910=> ThreadContext.FromCurrent().RunMessageLoop(msoloop.DoEvents, null);
System\Windows\Forms\Application.LightThreadContext.cs (2)
60case msoloop.DoEvents: 115if (uReason is msoloop.DoEvents or msoloop.DoEventsModal)