8 references to Inlines
PresentationFramework (8)
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
488
Inline firstInline = (firstBlock == null) ? null : ((Paragraph)firstBlock).
Inlines
.FirstInline;
491
firstInline == ((Paragraph)firstBlock).
Inlines
.LastInline &&
src\Framework\System\Windows\Documents\Paragraph.cs (1)
61
this.
Inlines
.Add(inline);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
930
Inline firstChild = paragraph.
Inlines
.FirstInline;
931
Inline lastChild = paragraph.
Inlines
.LastInline;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
925
implicitParagraph.
Inlines
.Add(implicitRun);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5312
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Paragraph)target).
Inlines
; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2508
case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).
Inlines
;