2 references to WM_GETICON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
131IntPtr hIcon = UnsafeNativeMethods.SendMessage(new HandleRef(this, Control.GetSafeHandle(target)), NativeMethods.WM_GETICON, NativeMethods.ICON_SMALL, 0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
105case NativeMethods.WM_GETICON: text = "WM_GETICON"; break;