7 references to ElementExtracted
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (4)
763textChange != PrecursorTextChangeType.ElementExtracted, 2895PrecursorTextChangeType.ElementExtracted, null, false); 3345else if (precursorTextChange == PrecursorTextChangeType.ElementExtracted) 3370Invariant.Assert(precursorTextChange != PrecursorTextChangeType.ElementAdded && precursorTextChange != PrecursorTextChangeType.ElementExtracted);
System\Windows\Documents\TextContainerChangedEventArgs.cs (3)
54textChange == PrecursorTextChangeType.ElementExtracted) 72else if (textChange == PrecursorTextChangeType.ElementExtracted) 235else if (textChange == PrecursorTextChangeType.ContentRemoved || textChange == PrecursorTextChangeType.ElementExtracted)