1 write to dataGrid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
80this.dataGrid = dataGrid;
12 references to dataGrid
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridCaption.cs (12)
88if (dataGridFont == null || !dataGridFont.Equals(dataGrid.Font)) { 90this.dataGridFont = new Font(dataGrid.Font, FontStyle.Bold); 179if (dataGrid.Caption != null) { 180dataGrid.RecalculateFonts(); 181dataGrid.PerformLayout(); 182dataGrid.Invalidate(); // smaller invalidate rect? 338if (dataGrid != null) 339dataGrid.InvalidateCaption(); 343if (dataGrid != null) 344dataGrid.InvalidateCaptionRect(r); 474int downButtonArea = downButtonVisible && !dataGrid.ParentRowsIsEmpty() ? downButtonWidth + xOffset + buttonToText : 0; 518if (downButtonVisible && !dataGrid.ParentRowsIsEmpty()) {