5 writes to _smallIcon
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
1029_smallIcon = null; 3558_smallIcon = null; 5037_smallIcon = null; 6478_smallIcon = null; 6479_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(); 5036_smallIcon?.Dispose(); 6477_smallIcon?.Dispose(); 6485if (_smallIcon is not null) 6487PInvokeCore.SendMessage(this, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_SMALL, (LPARAM)_smallIcon.Handle);