2 writes to _changes
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
83
_changes
= null;
552
_changes
= new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
80
_changes
!= null)
82
changes =
_changes
;
550
if (
_changes
== null)
555
_changes
.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);