1 implementation of _ChangeBlockLevel
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
522
int ITextRange.
_ChangeBlockLevel
2 writes to _ChangeBlockLevel
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
590
thisRange.
_ChangeBlockLevel
--;
1674
thisRange.
_ChangeBlockLevel
++;
9 references to _ChangeBlockLevel
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (1)
520
/// <see cref="ITextRange.
_ChangeBlockLevel
"/>
System\Windows\Documents\TextRangeBase.cs (8)
571
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0, "Unmatched EndChange call!");
596
if (thisRange.
_ChangeBlockLevel
== 0)
605
if (thisRange.
_ChangeBlockLevel
== 0 && isChanged)
615
if (changeBlockUndoRecord != null && thisRange.
_ChangeBlockLevel
== 0)
1604
return thisRange.
_ChangeBlockLevel
;
1668
if (description != null && thisRange._ChangeBlockUndoRecord == null && thisRange.
_ChangeBlockLevel
== 0)
1673
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0 || !thisRange._IsChanged, "_changed must be false on new move sequence");
2080
Invariant.Assert(thisRange.
_ChangeBlockLevel
> 0, "changeBlockLevel > 0 is expected");