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