3 writes to _changes
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
389_changes = null; 767_changes = new TextContainerChangedEventArgs(); 813_changes = new TextContainerChangedEventArgs();
7 references to _changes
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (7)
386if (_changes != null) 388changes = _changes; 765if (_changes == null) 811if (_changes == null) 816Invariant.Assert(_changes != null, "Missing call to BeforeAddChange!"); 817_changes.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges); 832_changes.SetLocalPropertyValueChanged();