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