4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1026_smallIcon = null; 3555_smallIcon = null; 5021_smallIcon = null; 6460_smallIcon = ScaleHelper.ScaleSmallIconToDpi(icon, dpi);
7 references to _smallIcon
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
1025_smallIcon?.Dispose(); 3554_smallIcon?.Dispose(); 5020_smallIcon?.Dispose(); 6456Icon? oldSmallIcon = _smallIcon; 6466if (_smallIcon is not null) 6468PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle); 6469if (oldSmallIcon is not null && oldSmallIcon.Handle != _smallIcon.Handle)