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