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