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