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);