4 writes to smallIcon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
1334smallIcon = null; 3837smallIcon = null; 5608smallIcon = null; 6812smallIcon = new Icon(icon, SystemInformation.SmallIconSize);
9 references to smallIcon
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Form.cs (9)
1332if (smallIcon != null) { 1333smallIcon.Dispose(); 3835if (smallIcon != null) { 3836smallIcon.Dispose(); 5606if (smallIcon != null) { 5607smallIcon.Dispose(); 6810if (smallIcon == null) { 6818if (smallIcon != null) { 6819SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,smallIcon.Handle);