2 writes to _IsChanged
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
571
_IsChanged
= value;
System\windows\Documents\TextSelection.cs (1)
220
_IsChanged
= value;
3 references to _IsChanged
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
566
return
_IsChanged
;
System\windows\Documents\TextSelection.cs (2)
201
return
_IsChanged
;
208
if (!
_IsChanged
&& value)