5 writes to _smallIcon
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
1029
_smallIcon
= null;
3558
_smallIcon
= null;
5037
_smallIcon
= null;
6478
_smallIcon
= null;
6479
_smallIcon
= ScaleHelper.ScaleSmallIconToDpi(icon, dpi, alwaysCreateNew: true);
6 references to _smallIcon
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
1028
_smallIcon
?.Dispose();
3557
_smallIcon
?.Dispose();
5036
_smallIcon
?.Dispose();
6477
_smallIcon
?.Dispose();
6485
if (
_smallIcon
is not null)
6487
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);