10 references to AddInternal
PresentationFramework (10)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1132InternalChildren.AddInternal(paddingHeader); 1170InternalChildren.AddInternal(indicator); 1200InternalChildren.AddInternal(header);
System\Windows\Controls\GridViewRowPresenter.cs (3)
266InternalChildren.AddInternal(CreateCell(column)); 375InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 384InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0])));
System\Windows\Controls\Panel.cs (1)
662_uiElementCollection.AddInternal(child);
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
137children.AddInternal(child);
System\Windows\Controls\UIElementCollection.cs (1)
163return AddInternal(element);
System\Windows\Controls\VirtualizingPanel.cs (1)
444children.AddInternal(child);