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