Implemented interface member:
25 references to Add
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
69block.Inlines.Add(idRun); 77block.Inlines.Add(hyperlink);
InlineHints\InlineHintsTag.cs (1)
153block.Inlines.Add(run);
Microsoft.VisualStudio.LanguageServices (2)
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
71block.Inlines.Add(new Run(text)
Utilities\BindableTextBlock.cs (1)
42textBlock.Inlines.Add(inline);
PresentationFramework (20)
System\Windows\Controls\ContentPresenter.cs (1)
1094textBlock.Inlines.Add(inline);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
169outerBlock.Inlines.Add(link); 170link.Inlines.Add(inlineContainer);
System\Windows\Controls\RichTextBox.cs (1)
99document.Blocks.Add(new Paragraph());
System\Windows\Controls\TextBlock.cs (1)
341this.Inlines.Add(inline);
System\Windows\Documents\AnchoredBlock.cs (1)
55this.Blocks.Add(block);
System\Windows\Documents\FlowDocument.cs (1)
118this.Blocks.Add(block);
System\Windows\Documents\InlineCollection.cs (2)
212this.Add(implicitRun); 245this.Add(implicitInlineUIContainer);
System\Windows\Documents\List.cs (1)
59this.ListItems.Add(listItem);
System\Windows\Documents\ListItem.cs (1)
51this.Blocks.Add(paragraph);
System\Windows\Documents\Paragraph.cs (1)
53this.Inlines.Add(inline);
System\windows\Documents\Section.cs (1)
46this.Blocks.Add(block);
System\Windows\Documents\Span.cs (1)
64this.Inlines.Add(childInline);
System\Windows\Documents\TableCell.cs (1)
62this.Blocks.Add(blockItem);
System\Windows\Documents\TextElementCollection.cs (2)
338Add(element); 408this.Add((TextElementType)value);
System\Windows\Documents\TextRangeEditTables.cs (3)
923implicitParagraph.Inlines.Add(implicitRun); 1082cell.Blocks.Add(new Paragraph()); 2323newCell.Blocks.Add(newParagraph);