7 references to ElementAdded
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (4)
762Invariant.Assert(textChange != PrecursorTextChangeType.ElementAdded && 1121PrecursorTextChangeType.ElementAdded, null, false); 3336if (precursorTextChange == PrecursorTextChangeType.ElementAdded) 3370Invariant.Assert(precursorTextChange != PrecursorTextChangeType.ElementAdded && precursorTextChange != PrecursorTextChangeType.ElementExtracted);
System\Windows\Documents\TextContainerChangedEventArgs.cs (3)
52textChange == PrecursorTextChangeType.ElementAdded || 67if (textChange == PrecursorTextChangeType.ElementAdded) 224if (textChange == PrecursorTextChangeType.ContentAdded || textChange == PrecursorTextChangeType.ElementAdded)