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