4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1027
_smallIcon
= null;
3570
_smallIcon
= null;
5038
_smallIcon
= null;
6449
_smallIcon
= ScaleHelper.ScaleSmallIconToDpi(icon, dpi);
7 references to _smallIcon
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
1026
_smallIcon
?.Dispose();
3569
_smallIcon
?.Dispose();
5037
_smallIcon
?.Dispose();
6445
Icon? oldSmallIcon =
_smallIcon
;
6455
if (
_smallIcon
is not null)
6457
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);
6458
if (oldSmallIcon is not null && oldSmallIcon.Handle !=
_smallIcon
.Handle)