Implemented interface member:
28 references to Add
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
70block.Inlines.Add(idRun); 78block.Inlines.Add(hyperlink);
InlineHints\InlineHintsTag.cs (1)
153block.Inlines.Add(run);
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackFrameViewModel.cs (3)
157classLink.Inlines.Add(MakeClassifiedRun(ClassificationTypeNames.ClassName, classLinkText)); 180methodLink.Inlines.Add(MakeClassifiedRun(ClassificationTypeNames.MethodName, methodTextBuilder.ToString())); 196fileLink.Inlines.Add(MakeClassifiedRun(ClassificationTypeNames.Text, fileInformation.ToString()));
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
72block.Inlines.Add(new Run(text)
Utilities\BindableTextBlock.cs (1)
42textBlock.Inlines.Add(inline);
PresentationFramework (20)
System\Windows\Controls\ContentPresenter.cs (1)
1081textBlock.Inlines.Add(inline);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
170outerBlock.Inlines.Add(link); 171link.Inlines.Add(inlineContainer);
System\Windows\Controls\RichTextBox.cs (1)
100document.Blocks.Add(new Paragraph());
System\Windows\Controls\TextBlock.cs (1)
344this.Inlines.Add(inline);
System\Windows\Documents\AnchoredBlock.cs (1)
62this.Blocks.Add(block);
System\Windows\Documents\FlowDocument.cs (1)
119this.Blocks.Add(block);
System\Windows\Documents\InlineCollection.cs (2)
214this.Add(implicitRun); 247this.Add(implicitInlineUIContainer);
System\Windows\Documents\List.cs (1)
60this.ListItems.Add(listItem);
System\Windows\Documents\ListItem.cs (1)
52this.Blocks.Add(paragraph);
System\Windows\Documents\Paragraph.cs (1)
54this.Inlines.Add(inline);
System\windows\Documents\Section.cs (1)
47this.Blocks.Add(block);
System\Windows\Documents\Span.cs (1)
71this.Inlines.Add(childInline);
System\Windows\Documents\TableCell.cs (1)
63this.Blocks.Add(blockItem);
System\Windows\Documents\TextElementCollection.cs (2)
339Add(element); 409this.Add((TextElementType)value);
System\Windows\Documents\TextRangeEditTables.cs (3)
920implicitParagraph.Inlines.Add(implicitRun); 1079cell.Blocks.Add(new Paragraph()); 2320newCell.Blocks.Add(newParagraph);