2 implementations of _IsChanged
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
565
bool ITextRange.
_IsChanged
System\windows\Documents\TextSelection.cs (1)
200
bool ITextRange.
_IsChanged
2 writes to _IsChanged
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
602
thisRange.
_IsChanged
= false;
2086
thisRange.
_IsChanged
= true;
4 references to _IsChanged
PresentationFramework (4)
System\Windows\Documents\TextRange.cs (1)
563
/// <see cref="ITextRange.
_IsChanged
"/>
System\Windows\Documents\TextRangeBase.cs (2)
599
isChanged = thisRange.
_IsChanged
;
1677
Invariant.Assert(thisRange._ChangeBlockLevel > 0 || !thisRange.
_IsChanged
, "_changed must be false on new move sequence");
System\Windows\Documents\TextStore.cs (1)
2378
_ignoreNextSelectionChange = textEditor.Selection.
_IsChanged
;