3 references to ICON_BIG
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
3702
UnsafeNativeMethods.SendMessage(TaskbarOwner, NativeMethods.WM_SETICON, NativeMethods.
ICON_BIG
, icon.Handle);
6821
SendMessage(NativeMethods.WM_SETICON,NativeMethods.
ICON_BIG
,icon.Handle);
6826
SendMessage(NativeMethods.WM_SETICON,NativeMethods.
ICON_BIG
,0);