2 writes to _changes
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
82_changes = null; 551_changes = new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
79_changes != null) 81changes = _changes; 549if (_changes == null) 554_changes.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);