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