1 type derived from DataGridViewTopLeftHeaderCell
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (1)
9public class DataGridViewTopLeftHeaderCellAccessibleObjectTests : DataGridViewTopLeftHeaderCell
21 instantiations of DataGridViewTopLeftHeaderCell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4050TopLeftHeaderCell = new DataGridViewTopLeftHeaderCell();
System.Windows.Forms.Tests (20)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (20)
29using DataGridViewTopLeftHeaderCell cell = new(); 39using DataGridViewTopLeftHeaderCell cell = new(); 51using DataGridViewTopLeftHeaderCell cell = new(); 72using DataGridViewTopLeftHeaderCell cell = new(); 103using DataGridViewTopLeftHeaderCell cell = new(); 114using DataGridViewTopLeftHeaderCell cell = new(); 134using DataGridViewTopLeftHeaderCell cell = new(); 157using DataGridViewTopLeftHeaderCell cell = new(); 180using DataGridViewTopLeftHeaderCell cell = new(); 201using DataGridViewTopLeftHeaderCell cell = new(); 214using DataGridViewTopLeftHeaderCell cell = new(); 227using DataGridViewTopLeftHeaderCell cell = new(); 244using DataGridViewTopLeftHeaderCell cell = new(); 260using DataGridViewTopLeftHeaderCell cell = new(); 275using DataGridViewTopLeftHeaderCell cell = new(); 291using DataGridViewTopLeftHeaderCell cell = new(); 308using DataGridViewTopLeftHeaderCell cell = new(); 327using DataGridViewTopLeftHeaderCell cell = new(); 347using DataGridViewTopLeftHeaderCell cell = new(); 364using DataGridViewTopLeftHeaderCell cell = new();
27 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 (25)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (20)
29using DataGridViewTopLeftHeaderCell cell = new(); 39using DataGridViewTopLeftHeaderCell cell = new(); 51using DataGridViewTopLeftHeaderCell cell = new(); 72using DataGridViewTopLeftHeaderCell cell = new(); 103using DataGridViewTopLeftHeaderCell cell = new(); 114using DataGridViewTopLeftHeaderCell cell = new(); 134using DataGridViewTopLeftHeaderCell cell = new(); 157using DataGridViewTopLeftHeaderCell cell = new(); 180using DataGridViewTopLeftHeaderCell cell = new(); 201using DataGridViewTopLeftHeaderCell cell = new(); 214using DataGridViewTopLeftHeaderCell cell = new(); 227using DataGridViewTopLeftHeaderCell cell = new(); 244using DataGridViewTopLeftHeaderCell cell = new(); 260using DataGridViewTopLeftHeaderCell cell = new(); 275using DataGridViewTopLeftHeaderCell cell = new(); 291using DataGridViewTopLeftHeaderCell cell = new(); 308using DataGridViewTopLeftHeaderCell cell = new(); 327using DataGridViewTopLeftHeaderCell cell = new(); 347using DataGridViewTopLeftHeaderCell cell = new(); 364using DataGridViewTopLeftHeaderCell cell = new();
System\Windows\Forms\DataGridViewElementTests.cs (1)
375type == typeof(DataGridViewTopLeftHeaderCell) || type == typeof(DataGridViewRowHeaderCell) ||
System\Windows\Forms\DataGridViewTests.cs (4)
1772DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1842DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1870DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell); 1898DataGridViewHeaderCell cell = Assert.IsType<DataGridViewTopLeftHeaderCell>(control.TopLeftHeaderCell);