3 references to WM_USER
System (3)
compmod\microsoft\win32\NativeMethods.cs (3)
328public const int WM_CREATETIMER = WM_USER + 1; 329public const int WM_KILLTIMER = WM_USER + 2; 330public const int WM_REFLECT = WM_USER + 0x1C00;