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)
350Invariant.Assert(_changeBlockLevel > 0, "Unmatched EndChange call!"); 354if (_changeBlockLevel == 0) 735Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 776Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 810Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 3330if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0) 3332Invariant.Assert(_changeBlockLevel == 0); 3337if (_changeBlockLevel == 0)