6 references to LastInline
PresentationFramework (6)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
491firstInline == ((Paragraph)firstBlock).Inlines.LastInline &&
src\Framework\System\Windows\Documents\TextRangeEdit.cs (5)
931Inline lastChild = paragraph.Inlines.LastInline; 939lastChild = ((Span)lastChild).Inlines.LastInline; 986if (span == null || span.Inlines.FirstInline != firstChild || span.Inlines.LastInline != lastChild) 2012parent.Inlines.FirstInline == parent.Inlines.LastInline) 2019while (topmostSpan != null && topmostSpan.Inlines.FirstInline == topmostSpan.Inlines.LastInline)