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