2 references to QS_PAINT
UIAutomationClientsideProviders (2)
MS\Win32\NativeMethods.cs (2)
1368
internal const int QS_ALLEVENTS = QS_INPUT | QS_POSTMESSAGE | QS_TIMER |
QS_PAINT
| QS_HOTKEY;
1369
internal const int QS_ALLINPUT = QS_INPUT | QS_POSTMESSAGE | QS_TIMER |
QS_PAINT
| QS_HOTKEY | QS_SENDMESSAGE;