4 writes to _smallIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
1027_smallIcon = null; 3570_smallIcon = null; 5038_smallIcon = null; 6449_smallIcon = ScaleHelper.ScaleSmallIconToDpi(icon, dpi);
7 references to _smallIcon
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
1026_smallIcon?.Dispose(); 3569_smallIcon?.Dispose(); 5037_smallIcon?.Dispose(); 6445Icon? oldSmallIcon = _smallIcon; 6455if (_smallIcon is not null) 6457PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle); 6458if (oldSmallIcon is not null && oldSmallIcon.Handle != _smallIcon.Handle)