3 references to ICON_SMALL
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
6471
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_SMALL
, (LPARAM)_smallIcon.Handle);
6478
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.
ICON_SMALL
);
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
80
HICON hIcon = (HICON)PInvokeCore.SendMessage(GetSafeHandle(_target), PInvokeCore.WM_GETICON, (WPARAM)PInvoke.
ICON_SMALL
);