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) 102changes = _changes; 574if (_changes == null) 579_changes.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);