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