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