5 writes to _smallIcon
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
1026
_smallIcon
= null;
3555
_smallIcon
= null;
5021
_smallIcon
= null;
6462
_smallIcon
= null;
6463
_smallIcon
= ScaleHelper.ScaleSmallIconToDpi(icon, dpi, alwaysCreateNew: true);
6 references to _smallIcon
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
1025
_smallIcon
?.Dispose();
3554
_smallIcon
?.Dispose();
5020
_smallIcon
?.Dispose();
6461
_smallIcon
?.Dispose();
6469
if (
_smallIcon
is not null)
6471
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);