3 writes to _changes
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
368_changes = null; 746_changes = new TextContainerChangedEventArgs(); 792_changes = new TextContainerChangedEventArgs();
7 references to _changes
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
365if (_changes != null) 367changes = _changes; 744if (_changes == null) 790if (_changes == null) 795Invariant.Assert(_changes != null, "Missing call to BeforeAddChange!"); 796_changes.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges); 811_changes.SetLocalPropertyValueChanged();