2 implementations of _IsChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
555
bool ITextRange.
_IsChanged
src\Framework\System\windows\Documents\TextSelection.cs (1)
203
bool ITextRange.
_IsChanged
2 writes to _IsChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
613
thisRange.
_IsChanged
= false;
2114
thisRange.
_IsChanged
= true;
4 references to _IsChanged
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextRange.cs (1)
553
/// <see cref="ITextRange.
_IsChanged
"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
610
isChanged = thisRange.
_IsChanged
;
1705
Invariant.Assert(thisRange._ChangeBlockLevel > 0 || !thisRange.
_IsChanged
, "_changed must be false on new move sequence");
src\Framework\System\Windows\Documents\TextStore.cs (1)
2242
_ignoreNextSelectionChange = textEditor.Selection.
_IsChanged
;