2 writes to _changeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
372_changeBlockLevel--; 3368_changeBlockLevel++;
8 references to _changeBlockLevel
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextContainer.cs (8)
370Invariant.Assert(_changeBlockLevel > 0, "Unmatched EndChange call!"); 374if (_changeBlockLevel == 0) 755Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 796Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 830Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 3351if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0) 3353Invariant.Assert(_changeBlockLevel == 0); 3358if (_changeBlockLevel == 0)