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