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