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