6 references to WM_SETICON
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (5)
3702UnsafeNativeMethods.SendMessage(TaskbarOwner, NativeMethods.WM_SETICON, NativeMethods.ICON_BIG, icon.Handle); 6819SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,smallIcon.Handle); 6821SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_BIG,icon.Handle); 6825SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,0); 6826SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_BIG,0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
106case NativeMethods.WM_SETICON: text = "WM_SETICON"; break;