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