3 references to AddChange
PresentationFramework (3)
System\Windows\Controls\PasswordTextContainer.cs (1)
640_changes.AddChange(precursorTextChange, startPosition.Offset, symbolCount, false /* collectTextChanges */);
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
572_changes.AddChange(precursorTextChange, DocumentSequenceTextPointer.GetOffsetToPosition(_start, startPosition), symbolCount, false /* collectTextChanges */);
System\Windows\Documents\TextContainer.cs (1)
802_changes.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges);