6 references to RowTemplate
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
484if (RowTemplate != null) 487Height = this.RowTemplate.Height * 4 + this.ColumnHeadersHeight + 2;
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3568DataGridViewRow rowTemplateClone = (DataGridViewRow)RowTemplate.Clone();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (3)
199if (DataGridView.RowTemplate.Cells.Count > DataGridView.Columns.Count) 343if (DataGridView.RowTemplate.Cells.Count > DataGridView.Columns.Count) 1417if (DataGridView.RowTemplate.Cells.Count > DataGridView.Columns.Count)