2 writes to _changeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
372
_changeBlockLevel
--;
3368
_changeBlockLevel
++;
8 references to _changeBlockLevel
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextContainer.cs (8)
370
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
374
if (
_changeBlockLevel
== 0)
755
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
796
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
830
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
3351
if (undo && _changeBlockUndoRecord == null &&
_changeBlockLevel
== 0)
3353
Invariant.Assert(
_changeBlockLevel
== 0);
3358
if (
_changeBlockLevel
== 0)