9 references to ContentRemoved
PresentationFramework (9)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
650Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.ContentRemoved); 689operation = PrecursorTextChangeType.ContentRemoved;
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
583Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.ContentRemoved);
src\Framework\System\Windows\Documents\TextContainer.cs (4)
1287AddChange(deletePosition, symbolCount, charCount, PrecursorTextChangeType.ContentRemoved); 2939AddChange(startPosition, /* symbolCount */ 2, /* charCount */ imeCharCount, PrecursorTextChangeType.ContentRemoved); 3468AddChange(startEdgePosition, /* symbolCount */ 0, /* IMECharCount */ 1, PrecursorTextChangeType.ContentRemoved); 3553_textTree.AddChange(_startPosition, _symbolCount, _charCount, PrecursorTextChangeType.ContentRemoved);
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
61textChange == PrecursorTextChangeType.ContentRemoved || 241else if (textChange == PrecursorTextChangeType.ContentRemoved || textChange == PrecursorTextChangeType.ElementExtracted)