3 references to ICON_BIG
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
3414
PInvokeCore.SendMessage(TaskbarOwner, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_BIG
, (LPARAM)icon.Handle);
6474
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_BIG
, (LPARAM)icon.Handle);
6479
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_BIG
);