2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
48
_changeBlockLevel
++;
76
_changeBlockLevel
--;
2 references to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
74
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
78
if (
_changeBlockLevel
== 0 &&