4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1029
_smallIcon
= null;
3578
_smallIcon
= null;
5041
_smallIcon
= null;
6447
_smallIcon
= new Icon(icon, SystemInformation.SmallIconSize);
8 references to _smallIcon
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
1026
if (
_smallIcon
is not null)
1028
_smallIcon
.Dispose();
3575
if (
_smallIcon
is not null)
3577
_smallIcon
.Dispose();
5040
_smallIcon
?.Dispose();
6443
if (
_smallIcon
is null)
6454
if (
_smallIcon
is not null)
6456
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);