Implemented interface member:
20 references to Add
PresentationFramework (20)
System\Windows\Controls\ContentPresenter.cs (1)
1090textBlock.Inlines.Add(inline);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
177outerBlock.Inlines.Add(link); 178link.Inlines.Add(inlineContainer);
System\Windows\Controls\RichTextBox.cs (1)
104document.Blocks.Add(new Paragraph());
System\Windows\Controls\TextBlock.cs (1)
354this.Inlines.Add(inline);
System\Windows\Documents\AnchoredBlock.cs (1)
63this.Blocks.Add(block);
System\Windows\Documents\FlowDocument.cs (1)
119this.Blocks.Add(block);
System\Windows\Documents\InlineCollection.cs (2)
215this.Add(implicitRun); 248this.Add(implicitInlineUIContainer);
System\Windows\Documents\List.cs (1)
60this.ListItems.Add(listItem);
System\Windows\Documents\ListItem.cs (1)
53this.Blocks.Add(paragraph);
System\Windows\Documents\Paragraph.cs (1)
54this.Inlines.Add(inline);
System\windows\Documents\Section.cs (1)
47this.Blocks.Add(block);
System\Windows\Documents\Span.cs (1)
72this.Inlines.Add(childInline);
System\Windows\Documents\TableCell.cs (1)
76this.Blocks.Add(blockItem);
System\Windows\Documents\TextElementCollection.cs (2)
341Add(element); 411this.Add((TextElementType)value);
System\Windows\Documents\TextRangeEditTables.cs (3)
922implicitParagraph.Inlines.Add(implicitRun); 1081cell.Blocks.Add(new Paragraph()); 2322newCell.Blocks.Add(newParagraph);