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