1 reference to ImgBounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
898Rectangle imgBounds2 = ImgBounds(imgBounds, (img == null) ? ico.Width : img.Width, (img == null) ? ico.Height : img.Height, imageLayout, cellStyle);