4 writes to Caption
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
5360newLayout.Caption = cap; 5363newLayout.Caption = Rectangle.Empty; 5738newLayout.Caption = new Rectangle(); 9265this.Caption = src.Caption;
11 references to Caption
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGrid.cs (11)
1330Rectangle backButton = this.Caption.GetBackButtonRect(this.layout.Caption, alignRight, detailsButtonWidth); 1331Rectangle detailsButton = this.Caption.GetDetailsButtonRect(this.layout.Caption, alignRight); 4060Rectangle captionRect = layout.Caption; 4301Rectangle captionRect = layout.Caption; 4414caption.Paint(g, layout.Caption, isRightToLeft()); 4469Invalidate(layout.Caption); 5354Rectangle cap = newLayout.Caption; 6468if (layout.CaptionVisible && layout.Caption.Contains(x,y)) { 6573Invalidate(layout.Caption); 9265this.Caption = src.Caption; 9295sb.Append(Caption.ToString());