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