6 references to LastInline
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
480firstInline == ((Paragraph)firstBlock).Inlines.LastInline &&
System\Windows\Documents\TextRangeEdit.cs (5)
929Inline lastChild = paragraph.Inlines.LastInline; 937lastChild = ((Span)lastChild).Inlines.LastInline; 984if (span == null || span.Inlines.FirstInline != firstChild || span.Inlines.LastInline != lastChild) 2010parent.Inlines.FirstInline == parent.Inlines.LastInline) 2017while (topmostSpan != null && topmostSpan.Inlines.FirstInline == topmostSpan.Inlines.LastInline)