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