2 writes to _changeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
69
_changeBlockLevel
++;
97
_changeBlockLevel
--;
2 references to _changeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
95
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
99
if (
_changeBlockLevel
== 0 &&