9 references to ContentRemoved
PresentationFramework (9)
System\Windows\Controls\PasswordTextContainer.cs (2)
640
Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.
ContentRemoved
);
679
operation = PrecursorTextChangeType.
ContentRemoved
;
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
558
Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.
ContentRemoved
);
System\Windows\Documents\TextContainer.cs (4)
1260
AddChange(deletePosition, symbolCount, charCount, PrecursorTextChangeType.
ContentRemoved
);
2888
AddChange(startPosition, /* symbolCount */ 2, /* charCount */ imeCharCount, PrecursorTextChangeType.
ContentRemoved
);
3413
AddChange(startEdgePosition, /* symbolCount */ 0, /* IMECharCount */ 1, PrecursorTextChangeType.
ContentRemoved
);
3498
_textTree.AddChange(_startPosition, _symbolCount, _charCount, PrecursorTextChangeType.
ContentRemoved
);
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
53
textChange == PrecursorTextChangeType.
ContentRemoved
||
235
else if (textChange == PrecursorTextChangeType.
ContentRemoved
|| textChange == PrecursorTextChangeType.ElementExtracted)