3 references to WM_TIMER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (1)
6369case NativeMethods.WM_TIMER:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
141case NativeMethods.WM_TIMER: text = "WM_TIMER"; break;
winforms\Managed\System\WinForms\Timer.cs (1)
454if (m.Msg == NativeMethods.WM_TIMER) {