2 references to WM_MDICASCADE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MDIClient.cs (1)
171
SendMessage(NativeMethods.
WM_MDICASCADE
, 0, 0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
193
case NativeMethods.
WM_MDICASCADE
: text = "WM_MDICASCADE"; break;