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