2 references to RowCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
409
return this.owner.
RowCount
;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
413
if (!this.parametersGrid.Rows[this.parametersGrid.
RowCount
- 1].Cells[this.nameColumn.Index].Value.Equals(this.ParameterTemplateRowName))