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
--;
17742
_noDimensionChangeCount
++;
17751
_noDimensionChangeCount
--;
18349
_noDimensionChangeCount
++;
18358
_noDimensionChangeCount
--;
18750
_noDimensionChangeCount
++;
18760
_noDimensionChangeCount
--;
18795
_noDimensionChangeCount
++;
18805
_noDimensionChangeCount
--;
26552
_noDimensionChangeCount
++;
26618
_noDimensionChangeCount
--;
12 references to _noDimensionChangeCount
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3013
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);
17752
Debug.Assert(
_noDimensionChangeCount
>= 0);
18359
Debug.Assert(
_noDimensionChangeCount
>= 0);
18761
Debug.Assert(
_noDimensionChangeCount
>= 0);
18806
Debug.Assert(
_noDimensionChangeCount
>= 0);
26620
Debug.Assert(
_noDimensionChangeCount
>= 0);