3 references to ICON_SMALL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
6819SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,smallIcon.Handle); 6825SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,0);
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
131IntPtr hIcon = UnsafeNativeMethods.SendMessage(new HandleRef(this, Control.GetSafeHandle(target)), NativeMethods.WM_GETICON, NativeMethods.ICON_SMALL, 0);