1 implementation of _ChangeBlockLevel
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
532int ITextRange._ChangeBlockLevel
2 writes to _ChangeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
594thisRange._ChangeBlockLevel--; 1678thisRange._ChangeBlockLevel++;
9 references to _ChangeBlockLevel
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (1)
530/// <see cref="ITextRange._ChangeBlockLevel"/>
System\Windows\Documents\TextRangeBase.cs (8)
575Invariant.Assert(thisRange._ChangeBlockLevel > 0, "Unmatched EndChange call!"); 600if (thisRange._ChangeBlockLevel == 0) 609if (thisRange._ChangeBlockLevel == 0 && isChanged) 619if (changeBlockUndoRecord != null && thisRange._ChangeBlockLevel == 0) 1608return thisRange._ChangeBlockLevel; 1672if (description != null && thisRange._ChangeBlockUndoRecord == null && thisRange._ChangeBlockLevel == 0) 1677Invariant.Assert(thisRange._ChangeBlockLevel > 0 || !thisRange._IsChanged, "_changed must be false on new move sequence"); 2085Invariant.Assert(thisRange._ChangeBlockLevel > 0, "changeBlockLevel > 0 is expected");