2 writes to _IsChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
564
_IsChanged
= value;
src\Framework\System\windows\Documents\TextSelection.cs (1)
226
_IsChanged
= value;
3 references to _IsChanged
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (1)
559
return
_IsChanged
;
src\Framework\System\windows\Documents\TextSelection.cs (2)
207
return
_IsChanged
;
214
if (!
_IsChanged
&& value)