4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1032
_smallIcon
= null;
3500
_smallIcon
= null;
4944
_smallIcon
= null;
6350
_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();
3497
if (
_smallIcon
is not null)
3499
_smallIcon
.Dispose();
4943
_smallIcon
?.Dispose();
6346
if (
_smallIcon
is null)
6357
if (
_smallIcon
is not null)
6359
PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)
_smallIcon
.Handle);