8 references to Inlines
PresentationFramework (8)
System\Windows\Controls\RichTextBox.cs (2)
477Inline firstInline = (firstBlock == null) ? null : ((Paragraph)firstBlock).Inlines.FirstInline; 480firstInline == ((Paragraph)firstBlock).Inlines.LastInline &&
System\Windows\Documents\Paragraph.cs (1)
54this.Inlines.Add(inline);
System\Windows\Documents\TextRangeEdit.cs (2)
928Inline firstChild = paragraph.Inlines.FirstInline; 929Inline lastChild = paragraph.Inlines.LastInline;
System\Windows\Documents\TextRangeEditTables.cs (1)
922implicitParagraph.Inlines.Add(implicitRun);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5337bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Paragraph)target).Inlines; };
System\Windows\Markup\KnownTypes.cs (1)
2515case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines;