22 writes to _noDimensionChangeCount
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
3390
_noDimensionChangeCount
++;
3444
_noDimensionChangeCount
--;
3501
_noDimensionChangeCount
++;
3582
_noDimensionChangeCount
--;
11747
_noDimensionChangeCount
++;
11752
_noDimensionChangeCount
--;
11835
_noDimensionChangeCount
++;
11840
_noDimensionChangeCount
--;
13071
_noDimensionChangeCount
++;
13080
_noDimensionChangeCount
--;
13119
_noDimensionChangeCount
++;
13130
_noDimensionChangeCount
--;
17739
_noDimensionChangeCount
++;
17748
_noDimensionChangeCount
--;
18346
_noDimensionChangeCount
++;
18355
_noDimensionChangeCount
--;
18747
_noDimensionChangeCount
++;
18757
_noDimensionChangeCount
--;
18792
_noDimensionChangeCount
++;
18802
_noDimensionChangeCount
--;
26546
_noDimensionChangeCount
++;
26612
_noDimensionChangeCount
--;
12 references to _noDimensionChangeCount
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3021
internal bool NoDimensionChangeAllowed =>
_noDimensionChangeCount
> 0;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (11)
3445
Debug.Assert(
_noDimensionChangeCount
>= 0);
3583
Debug.Assert(
_noDimensionChangeCount
>= 0);
11753
Debug.Assert(
_noDimensionChangeCount
>= 0);
11841
Debug.Assert(
_noDimensionChangeCount
>= 0);
13081
Debug.Assert(
_noDimensionChangeCount
>= 0);
13131
Debug.Assert(
_noDimensionChangeCount
>= 0);
17749
Debug.Assert(
_noDimensionChangeCount
>= 0);
18356
Debug.Assert(
_noDimensionChangeCount
>= 0);
18758
Debug.Assert(
_noDimensionChangeCount
>= 0);
18803
Debug.Assert(
_noDimensionChangeCount
>= 0);
26614
Debug.Assert(
_noDimensionChangeCount
>= 0);