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)
355Invariant.Assert(_changeBlockLevel > 0, "Unmatched EndChange call!"); 359if (_changeBlockLevel == 0) 740Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 781Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 815Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!"); 3335if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0) 3337Invariant.Assert(_changeBlockLevel == 0); 3342if (_changeBlockLevel == 0)