15 references to Inlines
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineDiagnostics\InlineDiagnosticsTag.cs (3)
70block.Inlines.Add(idRun); 78block.Inlines.Add(hyperlink); 82block.Inlines.Add(": " + _diagnostic.Message);
InlineHints\InlineHintsTag.cs (1)
153block.Inlines.Add(run);
WpfClassificationExtensions.cs (1)
97textBlock.Inlines.AddRange(inlines);
Microsoft.VisualStudio.LanguageServices (3)
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
72block.Inlines.Add(new Run(text)
Utilities\BindableTextBlock.cs (2)
31textBlock.Inlines.Clear(); 42textBlock.Inlines.Add(inline);
PresentationFramework (7)
System\Windows\Controls\ContentPresenter.cs (1)
1090textBlock.Inlines.Add(inline);
System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
125if (outerBlock != null && outerBlock.Inlines.Count > 0) 127Hyperlink link = outerBlock.Inlines.FirstInline as Hyperlink; 177outerBlock.Inlines.Add(link);
System\Windows\Controls\TextBlock.cs (1)
354this.Inlines.Add(inline);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5900bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.TextBlock)target).Inlines; };
System\Windows\Markup\KnownTypes.cs (1)
2533case KnownElements.TextBlock: return (o as System.Windows.Controls.TextBlock).Inlines;