Base:
method
Clone
System.Windows.Forms.DataGridViewBand.Clone()
8 references to Clone
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)
137
DataGridViewRow newDataGridViewRow = (DataGridViewRow)dataGridViewRow.
Clone
();
673
DataGridViewRow dataGridViewRow = (DataGridViewRow)rowTemplate.
Clone
();
1712
DataGridViewRow dataGridViewRow = (DataGridViewRow)rowTemplate.
Clone
();
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewRowTests.cs (4)
3905
using DataGridViewRow row = Assert.IsType<DataGridViewRow>(source.
Clone
());
3942
using DataGridViewRow row = Assert.IsType<DataGridViewRow>(source.
Clone
());
3985
using SubDataGridViewRow row = Assert.IsType<SubDataGridViewRow>(source.
Clone
());
4034
using DataGridViewRow row = Assert.IsType<DataGridViewRow>(source.
Clone
());