10 references to AddInternal
PresentationFramework (10)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1131InternalChildren.AddInternal(paddingHeader); 1169InternalChildren.AddInternal(indicator); 1199InternalChildren.AddInternal(header);
System\Windows\Controls\GridViewRowPresenter.cs (3)
265InternalChildren.AddInternal(CreateCell(column)); 374InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 383InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0])));
System\Windows\Controls\Panel.cs (1)
661_uiElementCollection.AddInternal(child);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
136children.AddInternal(child);
System\Windows\Controls\UIElementCollection.cs (1)
162return AddInternal(element);
System\Windows\Controls\VirtualizingPanel.cs (1)
443children.AddInternal(child);