2 writes to text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
225text = ""; 227text = value;
3 references to text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridCaption.cs (3)
221return text; 467Size textSize = new Size((int) g.MeasureString(text, this.Font).Width + 2, this.Font.Height + 2); 592g.DrawString(text, this.Font, foreBrush, textBounds, format);