1 implementation of _ChangeBlockLevel
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
522
int ITextRange.
_ChangeBlockLevel
2 writes to _ChangeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
605
thisRange.
_ChangeBlockLevel
--;
1706
thisRange.
_ChangeBlockLevel
++;
9 references to _ChangeBlockLevel
PresentationFramework (9)
src\Framework\System\Windows\Documents\TextRange.cs (1)
520
/// <see cref="ITextRange.
_ChangeBlockLevel
"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (8)
586
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0, "Unmatched EndChange call!");
611
if (thisRange.
_ChangeBlockLevel
== 0)
620
if (thisRange.
_ChangeBlockLevel
== 0 && isChanged)
630
if (changeBlockUndoRecord != null && thisRange.
_ChangeBlockLevel
== 0)
1636
return thisRange.
_ChangeBlockLevel
;
1700
if (description != null && thisRange._ChangeBlockUndoRecord == null && thisRange.
_ChangeBlockLevel
== 0)
1705
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0 || !thisRange._IsChanged, "_changed must be false on new move sequence");
2113
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0, "changeBlockLevel > 0 is expected");