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