18 references to Add
PresentationFramework (16)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
369Children.Add(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
72Children.Add(HighlightAnchor); 594Children.Add(marker);
System\Windows\Controls\BorderGapMaskConverter.cs (3)
119grid.Children.Add(rectColumn1); 120grid.Children.Add(rectColumn2); 121grid.Children.Add(rectColumn3);
System\Windows\Controls\Grid.cs (1)
85Children.Add(cell);
System\Windows\Controls\InkCanvas.cs (1)
2115children.Add(element);
System\Windows\Controls\Panel.cs (1)
102Children.Add(uie);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
962this._monthView.Children.Add(titleCell); 982this._monthView.Children.Add(dayCell); 1008this._yearView.Children.Add(monthCell);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
97children.Add(child);
System\Windows\Controls\UIElementCollection.cs (1)
408return Add(Cast(value));
System\Windows\Documents\FixedPage.cs (1)
197Children.Add(uie);
System\Windows\Input\KeyboardNavigation.cs (1)
625_canvasChildren.Add(control);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2447canvas.Children.Add(child);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
198HostContainerInternal.Children.Add(_child);