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