5 writes to _smallIcon
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
1029_smallIcon = null; 3558_smallIcon = null; 5055_smallIcon = null; 6496_smallIcon = null; 6497_smallIcon = ScaleHelper.ScaleSmallIconToDpi(icon, dpi, alwaysCreateNew: true);
6 references to _smallIcon
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
1028_smallIcon?.Dispose(); 3557_smallIcon?.Dispose(); 5054_smallIcon?.Dispose(); 6495_smallIcon?.Dispose(); 6503if (_smallIcon is not null) 6505PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);