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)
1093textBlock.Inlines.Add(inline);
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
178outerBlock.Inlines.Add(link); 179link.Inlines.Add(inlineContainer);
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
106document.Blocks.Add(new Paragraph());
src\Framework\System\Windows\Controls\TextBlock.cs (1)
372this.Inlines.Add(inline);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
63this.Blocks.Add(block);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
127this.Blocks.Add(block);
src\Framework\System\Windows\Documents\InlineCollection.cs (2)
219this.Add(implicitRun); 256this.Add(implicitInlineUIContainer);
src\Framework\System\Windows\Documents\List.cs (1)
67this.ListItems.Add(listItem);
src\Framework\System\Windows\Documents\ListItem.cs (1)
60this.Blocks.Add(paragraph);
src\Framework\System\Windows\Documents\Paragraph.cs (1)
61this.Inlines.Add(inline);
src\Framework\System\windows\Documents\Section.cs (1)
50this.Blocks.Add(block);
src\Framework\System\Windows\Documents\Span.cs (1)
72this.Inlines.Add(childInline);
src\Framework\System\Windows\Documents\TableCell.cs (1)
83this.Blocks.Add(blockItem);
src\Framework\System\Windows\Documents\TextElementCollection.cs (2)
359Add(element); 432this.Add((TextElementType)value);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (3)
925implicitParagraph.Inlines.Add(implicitRun); 1084cell.Blocks.Add(new Paragraph()); 2325newCell.Blocks.Add(newParagraph);