Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
20 references to Add
PresentationFramework (20)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1093
textBlock.Inlines.
Add
(inline);
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
178
outerBlock.Inlines.
Add
(link);
179
link.Inlines.
Add
(inlineContainer);
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
106
document.Blocks.
Add
(new Paragraph());
src\Framework\System\Windows\Controls\TextBlock.cs (1)
372
this.Inlines.
Add
(inline);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
63
this.Blocks.
Add
(block);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
127
this.Blocks.
Add
(block);
src\Framework\System\Windows\Documents\InlineCollection.cs (2)
219
this.
Add
(implicitRun);
256
this.
Add
(implicitInlineUIContainer);
src\Framework\System\Windows\Documents\List.cs (1)
67
this.ListItems.
Add
(listItem);
src\Framework\System\Windows\Documents\ListItem.cs (1)
60
this.Blocks.
Add
(paragraph);
src\Framework\System\Windows\Documents\Paragraph.cs (1)
61
this.Inlines.
Add
(inline);
src\Framework\System\windows\Documents\Section.cs (1)
50
this.Blocks.
Add
(block);
src\Framework\System\Windows\Documents\Span.cs (1)
72
this.Inlines.
Add
(childInline);
src\Framework\System\Windows\Documents\TableCell.cs (1)
83
this.Blocks.
Add
(blockItem);
src\Framework\System\Windows\Documents\TextElementCollection.cs (2)
359
Add
(element);
432
this.
Add
((TextElementType)value);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (3)
925
implicitParagraph.Inlines.
Add
(implicitRun);
1084
cell.Blocks.
Add
(new Paragraph());
2325
newCell.Blocks.
Add
(newParagraph);