7 references to ElementAdded
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (4)
783Invariant.Assert(textChange != PrecursorTextChangeType.ElementAdded && 1145PrecursorTextChangeType.ElementAdded, null, false); 3391if (precursorTextChange == PrecursorTextChangeType.ElementAdded) 3425Invariant.Assert(precursorTextChange != PrecursorTextChangeType.ElementAdded && precursorTextChange != PrecursorTextChangeType.ElementExtracted);
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (3)
60textChange == PrecursorTextChangeType.ElementAdded || 75if (textChange == PrecursorTextChangeType.ElementAdded) 230if (textChange == PrecursorTextChangeType.ContentAdded || textChange == PrecursorTextChangeType.ElementAdded)