4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1029
_smallIcon
= null;
3581
_smallIcon
= null;
5049
_smallIcon
= null;
6455
_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();
3578
if (
_smallIcon
is not null)
3580
_smallIcon
.Dispose();
5048
_smallIcon
?.Dispose();
6451
if (
_smallIcon
is null)
6462
if (
_smallIcon
is not null)
6464
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);