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