1 instantiation of DataGridViewTopLeftHeaderCell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4050
TopLeftHeaderCell = new
DataGridViewTopLeftHeaderCell
();
2 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)