2 writes to PostedQuit
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
668PostedQuit = true; 711PostedQuit = false;
2 references to PostedQuit
System.Windows.Forms (2)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
417if (pMsgPeeked is null && PostedQuit)
System\Windows\Forms\Application.LightThreadContext.cs (1)
38if (pMsgPeeked is null && PostedQuit)