1 write to textRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
479textRect = new Rectangle(
6 references to textRect
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridCaption.cs (6)
488textRect.X = bounds.Right - textRect.Width; 497Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "textRect " + textRect.ToString()); 516PaintText(g, textRect, alignRight); 606if (!textRect.IsEmpty) { 607if (textRect.Contains(x,y))