2 references to UpdateBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (2)
141ControlPaint.DrawFocusRectangle(graphics, UpdateBounds(focusBounds, false /*drawText*/), item.ForeColor, item.BackColor); 160TextRenderer.DrawText(graphics, item.Text, item.Font, UpdateBounds(bounds, true /*drawText*/), item.ForeColor, flags);