Implemented interface member:
20 references to Add
PresentationFramework (20)
System\Windows\Controls\ContentPresenter.cs (1)
1094textBlock.Inlines.Add(inline);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
166outerBlock.Inlines.Add(link); 167link.Inlines.Add(inlineContainer);
System\Windows\Controls\RichTextBox.cs (1)
99document.Blocks.Add(new Paragraph());
System\Windows\Controls\TextBlock.cs (1)
341this.Inlines.Add(inline);
System\Windows\Documents\AnchoredBlock.cs (1)
55this.Blocks.Add(block);
System\Windows\Documents\FlowDocument.cs (1)
118this.Blocks.Add(block);
System\Windows\Documents\InlineCollection.cs (2)
212this.Add(implicitRun); 245this.Add(implicitInlineUIContainer);
System\Windows\Documents\List.cs (1)
59this.ListItems.Add(listItem);
System\Windows\Documents\ListItem.cs (1)
51this.Blocks.Add(paragraph);
System\Windows\Documents\Paragraph.cs (1)
53this.Inlines.Add(inline);
System\windows\Documents\Section.cs (1)
46this.Blocks.Add(block);
System\Windows\Documents\Span.cs (1)
64this.Inlines.Add(childInline);
System\Windows\Documents\TableCell.cs (1)
62this.Blocks.Add(blockItem);
System\Windows\Documents\TextElementCollection.cs (2)
338Add(element); 408this.Add((TextElementType)value);
System\Windows\Documents\TextRangeEditTables.cs (3)
923implicitParagraph.Inlines.Add(implicitRun); 1082cell.Blocks.Add(new Paragraph()); 2320newCell.Blocks.Add(newParagraph);