2 implementations of _IsChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
555bool ITextRange._IsChanged
src\Framework\System\windows\Documents\TextSelection.cs (1)
203bool ITextRange._IsChanged
2 writes to _IsChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
613thisRange._IsChanged = false; 2114thisRange._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)
610isChanged = thisRange._IsChanged; 1705Invariant.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;