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