10 references to AddInternal
PresentationFramework (10)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1134InternalChildren.AddInternal(paddingHeader); 1168InternalChildren.AddInternal(indicator); 1198InternalChildren.AddInternal(header);
System\Windows\Controls\GridViewRowPresenter.cs (3)
270InternalChildren.AddInternal(CreateCell(column)); 379InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 388InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0])));
System\Windows\Controls\Panel.cs (1)
669_uiElementCollection.AddInternal(child);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
146children.AddInternal(child);
System\Windows\Controls\UIElementCollection.cs (1)
167return AddInternal(element);
System\Windows\Controls\VirtualizingPanel.cs (1)
453children.AddInternal(child);