1 type derived from DataGridViewTopLeftHeaderCell
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (1)
9public class DataGridViewTopLeftHeaderCellAccessibleObjectTests : DataGridViewTopLeftHeaderCell
17 instantiations of DataGridViewTopLeftHeaderCell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4043TopLeftHeaderCell = new DataGridViewTopLeftHeaderCell();
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (16)
29using DataGridViewTopLeftHeaderCell cell = new(); 39using DataGridViewTopLeftHeaderCell cell = new(); 51using DataGridViewTopLeftHeaderCell cell = new(); 71using DataGridViewTopLeftHeaderCell cell = new(); 83using DataGridViewTopLeftHeaderCell cell = new(); 103using DataGridViewTopLeftHeaderCell cell = new(); 123using DataGridViewTopLeftHeaderCell cell = new(); 136using DataGridViewTopLeftHeaderCell cell = new(); 151using DataGridViewTopLeftHeaderCell cell = new(); 167using DataGridViewTopLeftHeaderCell cell = new(); 182using DataGridViewTopLeftHeaderCell cell = new(); 198using DataGridViewTopLeftHeaderCell cell = new(); 215using DataGridViewTopLeftHeaderCell cell = new(); 234using DataGridViewTopLeftHeaderCell cell = new(); 254using DataGridViewTopLeftHeaderCell cell = new(); 271using DataGridViewTopLeftHeaderCell cell = new();
23 references to DataGridViewTopLeftHeaderCell
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewElement.cs (1)
29GetType() == typeof(DataGridViewColumnHeaderCell) || GetType() == typeof(DataGridViewTopLeftHeaderCell) ||
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (1)
14public DataGridViewTopLeftHeaderCellAccessibleObject(DataGridViewTopLeftHeaderCell owner) : base(owner)
System.Windows.Forms.Tests (21)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (16)
29using DataGridViewTopLeftHeaderCell cell = new(); 39using DataGridViewTopLeftHeaderCell cell = new(); 51using DataGridViewTopLeftHeaderCell cell = new(); 71using DataGridViewTopLeftHeaderCell cell = new(); 83using DataGridViewTopLeftHeaderCell cell = new(); 103using DataGridViewTopLeftHeaderCell cell = new(); 123using DataGridViewTopLeftHeaderCell cell = new(); 136using DataGridViewTopLeftHeaderCell cell = new(); 151using DataGridViewTopLeftHeaderCell cell = new(); 167using DataGridViewTopLeftHeaderCell cell = new(); 182using DataGridViewTopLeftHeaderCell cell = new(); 198using DataGridViewTopLeftHeaderCell cell = new(); 215using DataGridViewTopLeftHeaderCell cell = new(); 234using DataGridViewTopLeftHeaderCell cell = new(); 254using DataGridViewTopLeftHeaderCell cell = new(); 271using DataGridViewTopLeftHeaderCell cell = new();
System\Windows\Forms\DataGridViewElementTests.cs (1)
373type == typeof(DataGridViewTopLeftHeaderCell) || type == typeof(DataGridViewRowHeaderCell) ||
System\Windows\Forms\DataGridViewTests.cs (4)
1770DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1840DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1868DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1896DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell);