2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
351_changeBlockLevel--; 3319_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!"); 3302if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0) 3304Invariant.Assert(_changeBlockLevel == 0); 3309if (_changeBlockLevel == 0)