7 references to ElementExtracted
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (4)
769textChange != PrecursorTextChangeType.ElementExtracted, 2931PrecursorTextChangeType.ElementExtracted, null, false); 3384else if (precursorTextChange == PrecursorTextChangeType.ElementExtracted) 3409Invariant.Assert(precursorTextChange != PrecursorTextChangeType.ElementAdded && precursorTextChange != PrecursorTextChangeType.ElementExtracted);
System\Windows\Documents\TextContainerChangedEventArgs.cs (3)
58textChange == PrecursorTextChangeType.ElementExtracted) 76else if (textChange == PrecursorTextChangeType.ElementExtracted) 237else if (textChange == PrecursorTextChangeType.ContentRemoved || textChange == PrecursorTextChangeType.ElementExtracted)