4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1026
_smallIcon
= null;
3555
_smallIcon
= null;
5021
_smallIcon
= null;
6460
_smallIcon
= ScaleHelper.ScaleSmallIconToDpi(icon, dpi);
7 references to _smallIcon
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
1025
_smallIcon
?.Dispose();
3554
_smallIcon
?.Dispose();
5020
_smallIcon
?.Dispose();
6456
Icon? oldSmallIcon =
_smallIcon
;
6466
if (
_smallIcon
is not null)
6468
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);
6469
if (oldSmallIcon is not null && oldSmallIcon.Handle !=
_smallIcon
.Handle)