2 writes to DataGridRowsLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
5720dgs.DataGridRowsLength = childLM.Count + (policy.AllowAdd ? 1 : 0);
winforms\Managed\System\WinForms\DataGridState.cs (1)
90this.DataGridRowsLength = dataGrid.DataGridRowsLength;
2 references to DataGridRowsLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
3822int rowCount = dgs.DataGridRowsLength;
winforms\Managed\System\WinForms\DataGridState.cs (1)
133dataGrid.SetDataGridRows(DataGridRows, DataGridRowsLength);