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