10 references to Inlines
Microsoft.VisualStudio.LanguageServices (2)
PreviewPane\PreviewPane.xaml.cs (2)
90
DescriptionParagraph.
Inlines
.Add(description);
337
return DescriptionParagraph.
Inlines
.Count > 0;
PresentationFramework (8)
System\Windows\Controls\RichTextBox.cs (2)
474
Inline firstInline = (firstBlock == null) ? null : ((Paragraph)firstBlock).
Inlines
.FirstInline;
477
firstInline == ((Paragraph)firstBlock).
Inlines
.LastInline &&
System\Windows\Documents\Paragraph.cs (1)
53
this.
Inlines
.Add(inline);
System\Windows\Documents\TextRangeEdit.cs (2)
925
Inline firstChild = paragraph.
Inlines
.FirstInline;
926
Inline lastChild = paragraph.
Inlines
.LastInline;
System\Windows\Documents\TextRangeEditTables.cs (1)
923
implicitParagraph.
Inlines
.Add(implicitRun);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5687
GetDelegate = delegate (object target) { return ((System.Windows.Documents.Paragraph)target).
Inlines
; },
System\Windows\Markup\KnownTypes.cs (1)
2508
case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).
Inlines
;