2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
352
_changeBlockLevel
--;
3347
_changeBlockLevel
++;
8 references to _changeBlockLevel
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
350
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
354
if (
_changeBlockLevel
== 0)
735
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
776
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
810
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
3330
if (undo && _changeBlockUndoRecord == null &&
_changeBlockLevel
== 0)
3332
Invariant.Assert(
_changeBlockLevel
== 0);
3337
if (
_changeBlockLevel
== 0)