6 references to WM_TIMER
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
149PInvokeCore.WM_TIMER => "WM_TIMER",
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2396PInvokeCore.SendMessage(this, PInvokeCore.WM_TIMER, (WPARAM)LVLABELEDITTIMER); 7140case PInvokeCore.WM_TIMER:
System\Windows\Forms\Timer.cs (1)
347if (m.MsgInternal == PInvokeCore.WM_TIMER)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewTests.cs (1)
5456PInvokeCore.SendMessage(listView, PInvokeCore.WM_TIMER, (WPARAM)(nint)listView.TestAccessor().Dynamic.LVLABELEDITTIMER);
System\Windows\Forms\MessageTests.cs (1)
325yield return new object[] { PInvokeCore.WM_TIMER, " (WM_TIMER)" };