3 references to QS_PAINT
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
1546
QS_ALLEVENTS = QS_INPUT | QS_POSTMESSAGE | QS_TIMER |
QS_PAINT
| QS_HOTKEY,
1547
QS_ALLINPUT = QS_INPUT | QS_POSTMESSAGE | QS_TIMER |
QS_PAINT
| QS_HOTKEY | QS_SENDMESSAGE;
Shared\MS\Win32\NativeMethodsOther.cs (1)
1174
public const int PM_QS_PAINT = unchecked(
QS_PAINT
<< 16);