7 references to ElementAdded
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (4)
768Invariant.Assert(textChange != PrecursorTextChangeType.ElementAdded && 1130PrecursorTextChangeType.ElementAdded, null, false); 3375if (precursorTextChange == PrecursorTextChangeType.ElementAdded) 3409Invariant.Assert(precursorTextChange != PrecursorTextChangeType.ElementAdded && precursorTextChange != PrecursorTextChangeType.ElementExtracted);
System\Windows\Documents\TextContainerChangedEventArgs.cs (3)
56textChange == PrecursorTextChangeType.ElementAdded || 71if (textChange == PrecursorTextChangeType.ElementAdded) 226if (textChange == PrecursorTextChangeType.ContentAdded || textChange == PrecursorTextChangeType.ElementAdded)