9 references to ContentRemoved
PresentationFramework (9)
System\Windows\Controls\PasswordTextContainer.cs (2)
644Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.ContentRemoved); 683operation = PrecursorTextChangeType.ContentRemoved;
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
576Invariant.Assert(precursorTextChange == PrecursorTextChangeType.ContentAdded || precursorTextChange == PrecursorTextChangeType.ContentRemoved);
System\Windows\Documents\TextContainer.cs (4)
1272AddChange(deletePosition, symbolCount, charCount, PrecursorTextChangeType.ContentRemoved); 2924AddChange(startPosition, /* symbolCount */ 2, /* charCount */ imeCharCount, PrecursorTextChangeType.ContentRemoved); 3452AddChange(startEdgePosition, /* symbolCount */ 0, /* IMECharCount */ 1, PrecursorTextChangeType.ContentRemoved); 3537_textTree.AddChange(_startPosition, _symbolCount, _charCount, PrecursorTextChangeType.ContentRemoved);
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
57textChange == PrecursorTextChangeType.ContentRemoved || 237else if (textChange == PrecursorTextChangeType.ContentRemoved || textChange == PrecursorTextChangeType.ElementExtracted)