2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
351
_changeBlockLevel
--;
3319
_changeBlockLevel
++;
8 references to _changeBlockLevel
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
349
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
353
if (
_changeBlockLevel
== 0)
734
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
775
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
809
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
3302
if (undo && _changeBlockUndoRecord == null &&
_changeBlockLevel
== 0)
3304
Invariant.Assert(
_changeBlockLevel
== 0);
3309
if (
_changeBlockLevel
== 0)