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)
1029if (_smallIcon is not null) 1031_smallIcon.Dispose(); 3497if (_smallIcon is not null) 3499_smallIcon.Dispose(); 4943_smallIcon?.Dispose(); 6346if (_smallIcon is null) 6357if (_smallIcon is not null) 6359PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);