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