1 write to _topLeftHeaderCell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4058_topLeftHeaderCell = value;
8 references to _topLeftHeaderCell
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (7)
4041if (_topLeftHeaderCell is null) 4046return _topLeftHeaderCell!; 4050if (_topLeftHeaderCell != value) 4052if (_topLeftHeaderCell is not null) 4055_topLeftHeaderCell.DataGridView = null; 4059if (_topLeftHeaderCell is not null) 4061_topLeftHeaderCell.DataGridView = this;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25615_topLeftHeaderCell?.ReleaseUiaProvider();