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