2 writes to _changes
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
91_changes = null; 561_changes = new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
88_changes != null) 90changes = _changes; 559if (_changes == null) 564_changes.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);