2 references to WM_CANCELJOURNAL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
93case NativeMethods.WM_CANCELJOURNAL: text = "WM_CANCELJOURNAL"; break;
winforms\Managed\System\WinForms\SendKeys.cs (1)
997if (m.Msg == NativeMethods.WM_CANCELJOURNAL) {