1 write to errorIco
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
123errorIco = new Icon(typeof(DataGridView), "IconInError.ico");
2 references to errorIco
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
121if (errorIco == null) 125return errorIco;