2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
57
_changeBlockLevel
++;
85
_changeBlockLevel
--;
2 references to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
83
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
87
if (
_changeBlockLevel
== 0 &&