22 writes to _noDimensionChangeCount
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
3387
_noDimensionChangeCount
++;
3441
_noDimensionChangeCount
--;
3498
_noDimensionChangeCount
++;
3579
_noDimensionChangeCount
--;
11744
_noDimensionChangeCount
++;
11749
_noDimensionChangeCount
--;
11832
_noDimensionChangeCount
++;
11837
_noDimensionChangeCount
--;
13068
_noDimensionChangeCount
++;
13077
_noDimensionChangeCount
--;
13116
_noDimensionChangeCount
++;
13127
_noDimensionChangeCount
--;
17736
_noDimensionChangeCount
++;
17745
_noDimensionChangeCount
--;
18343
_noDimensionChangeCount
++;
18352
_noDimensionChangeCount
--;
18744
_noDimensionChangeCount
++;
18754
_noDimensionChangeCount
--;
18789
_noDimensionChangeCount
++;
18799
_noDimensionChangeCount
--;
26543
_noDimensionChangeCount
++;
26609
_noDimensionChangeCount
--;
12 references to _noDimensionChangeCount
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3020
internal bool NoDimensionChangeAllowed =>
_noDimensionChangeCount
> 0;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (11)
3442
Debug.Assert(
_noDimensionChangeCount
>= 0);
3580
Debug.Assert(
_noDimensionChangeCount
>= 0);
11750
Debug.Assert(
_noDimensionChangeCount
>= 0);
11838
Debug.Assert(
_noDimensionChangeCount
>= 0);
13078
Debug.Assert(
_noDimensionChangeCount
>= 0);
13128
Debug.Assert(
_noDimensionChangeCount
>= 0);
17746
Debug.Assert(
_noDimensionChangeCount
>= 0);
18353
Debug.Assert(
_noDimensionChangeCount
>= 0);
18755
Debug.Assert(
_noDimensionChangeCount
>= 0);
18800
Debug.Assert(
_noDimensionChangeCount
>= 0);
26611
Debug.Assert(
_noDimensionChangeCount
>= 0);