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