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)
1029if (_smallIcon is not null) 1031_smallIcon.Dispose(); 3500if (_smallIcon is not null) 3502_smallIcon.Dispose(); 4946_smallIcon?.Dispose(); 6352if (_smallIcon is null) 6363if (_smallIcon is not null) 6365PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);