4 references to Insert
PresentationFramework (3)
System\Windows\Controls\GridViewRowPresenter.cs (1)
632InternalChildren.Insert(index, CreateCell(column));
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
91children.Insert(childrenIndex, child);
System\Windows\Controls\UIElementCollection.cs (1)
432Insert(index, Cast(value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
235overflowPanel.Children.Insert(overflowIndex, generatedChild);