18 references to Add
PresentationFramework (16)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
360
Children.
Add
(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
65
Children.
Add
(HighlightAnchor);
588
Children.
Add
(marker);
System\Windows\Controls\BorderGapMaskConverter.cs (3)
119
grid.Children.
Add
(rectColumn1);
120
grid.Children.
Add
(rectColumn2);
121
grid.Children.
Add
(rectColumn3);
System\Windows\Controls\Grid.cs (1)
73
Children.
Add
(cell);
System\Windows\Controls\InkCanvas.cs (1)
2116
children.
Add
(element);
System\Windows\Controls\Panel.cs (1)
94
Children.
Add
(uie);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
933
this._monthView.Children.
Add
(titleCell);
954
this._monthView.Children.
Add
(dayCell);
981
this._yearView.Children.
Add
(monthCell);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
86
children.
Add
(child);
System\Windows\Controls\UIElementCollection.cs (1)
403
return
Add
(Cast(value));
System\Windows\Documents\FixedPage.cs (1)
190
Children.
Add
(uie);
System\Windows\Input\KeyboardNavigation.cs (1)
618
_canvasChildren.
Add
(control);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2433
canvas.Children.
Add
(child);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
193
HostContainerInternal.Children.
Add
(_child);