3 writes to _changes
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
369_changes = null; 747_changes = new TextContainerChangedEventArgs(); 793_changes = new TextContainerChangedEventArgs();
7 references to _changes
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
366if (_changes != null) 368changes = _changes; 745if (_changes == null) 791if (_changes == null) 796Invariant.Assert(_changes != null, "Missing call to BeforeAddChange!"); 797_changes.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges); 812_changes.SetLocalPropertyValueChanged();