2 writes to _changes
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
99_changes = null; 569_changes = new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
96_changes != null) 98changes = _changes; 567if (_changes == null) 572_changes.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);