2 writes to _changes
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
103
_changes
= null;
576
_changes
= new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
100
_changes
!= null)
102
changes =
_changes
;
574
if (
_changes
== null)
579
_changes
.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);