8 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);
6475
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_BIG
, (LPARAM)icon.Handle);
6480
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_BIG
);
System.Windows.Forms.Tests (5)
System\Windows\Forms\FormTests.cs (5)
202
HICON hLargeIcon = (HICON)PInvokeCore.SendMessage(form, PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_BIG
);
1083
HICON hLargeIcon = (HICON)PInvokeCore.SendMessage(form, PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_BIG
);
1285
HICON hLargeIcon = (HICON)PInvokeCore.SendMessage(control, PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_BIG
);
1292
hLargeIcon = (HICON)PInvokeCore.SendMessage(control, PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_BIG
);
1299
hLargeIcon = (HICON)PInvokeCore.SendMessage(control, PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_BIG
);