2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
357
_changeBlockLevel
--;
3352
_changeBlockLevel
++;
8 references to _changeBlockLevel
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
355
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
359
if (
_changeBlockLevel
== 0)
740
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
781
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
815
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");
3335
if (undo && _changeBlockUndoRecord == null &&
_changeBlockLevel
== 0)
3337
Invariant.Assert(
_changeBlockLevel
== 0);
3342
if (
_changeBlockLevel
== 0)