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)
1026if (_smallIcon is not null) 1028_smallIcon.Dispose(); 3578if (_smallIcon is not null) 3580_smallIcon.Dispose(); 5048_smallIcon?.Dispose(); 6451if (_smallIcon is null) 6462if (_smallIcon is not null) 6464PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);