3 references to ICON_SMALL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
6819
SendMessage(NativeMethods.WM_SETICON,NativeMethods.
ICON_SMALL
,smallIcon.Handle);
6825
SendMessage(NativeMethods.WM_SETICON,NativeMethods.
ICON_SMALL
,0);
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);