2 writes to DataGrid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridState.cs (2)
76dgs.DataGrid = DataGrid; 88this.DataGrid = dataGrid;
7 references to DataGrid
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridState.cs (7)
76dgs.DataGrid = DataGrid; 137if (this.DataGrid != null && this.ListManager.Position == e.Index) { 138DataGrid.InvalidateParentRows(); 142if (this.DataGrid != null) 143DataGrid.ParentRowsDataChanged(); 147if (this.DataGrid != null) 148DataGrid.ParentRowsDataChanged();