5 writes to _smallIcon
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
1026_smallIcon = null; 3555_smallIcon = null; 5021_smallIcon = null; 6462_smallIcon = null; 6463_smallIcon = ScaleHelper.ScaleSmallIconToDpi(icon, dpi, alwaysCreateNew: true);
6 references to _smallIcon
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
1025_smallIcon?.Dispose(); 3554_smallIcon?.Dispose(); 5020_smallIcon?.Dispose(); 6461_smallIcon?.Dispose(); 6469if (_smallIcon is not null) 6471PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);