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)
4041
if (
_topLeftHeaderCell
is null)
4046
return
_topLeftHeaderCell
!;
4050
if (
_topLeftHeaderCell
!= value)
4052
if (
_topLeftHeaderCell
is not null)
4055
_topLeftHeaderCell
.DataGridView = null;
4059
if (
_topLeftHeaderCell
is not null)
4061
_topLeftHeaderCell
.DataGridView = this;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25615
_topLeftHeaderCell
?.ReleaseUiaProvider();