4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1032
_smallIcon
= null;
3503
_smallIcon
= null;
4947
_smallIcon
= null;
6356
_smallIcon
= new Icon(icon, SystemInformation.SmallIconSize);
8 references to _smallIcon
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
1029
if (
_smallIcon
is not null)
1031
_smallIcon
.Dispose();
3500
if (
_smallIcon
is not null)
3502
_smallIcon
.Dispose();
4946
_smallIcon
?.Dispose();
6352
if (
_smallIcon
is null)
6363
if (
_smallIcon
is not null)
6365
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);