5 references to Insert
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
77MainPanel.Children.Insert(index + 1, smartRenameControl);
PresentationFramework (3)
System\Windows\Controls\GridViewRowPresenter.cs (1)
631InternalChildren.Insert(index, CreateCell(column));
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
81children.Insert(childrenIndex, child);
System\Windows\Controls\UIElementCollection.cs (1)
428Insert(index, Cast(value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
229overflowPanel.Children.Insert(overflowIndex, generatedChild);