10 references to AppendChild
PresentationFramework (9)
src\Framework\System\Windows\Controls\ScrollViewer.cs (8)
2736
grid.
AppendChild
(gridColumn1);
2737
grid.
AppendChild
(gridColumn2);
2738
grid.
AppendChild
(gridRow1);
2739
grid.
AppendChild
(gridRow2);
2740
grid.
AppendChild
(corner);
2741
grid.
AppendChild
(content);
2742
grid.
AppendChild
(vsb);
2743
grid.
AppendChild
(hsb);
src\Framework\System\Windows\Controls\Validation.cs (1)
610
border.
AppendChild
(adornedElementPlaceHolder);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
943
template.VisualTree.
AppendChild
(contentControlFactory);