7 references to Insert
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
635InternalChildren.Insert(index, CreateCell(column));
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
92children.Insert(childrenIndex, child);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
438Insert(index, Cast(value));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (4)
1118this.wfItemPresenter.stackPanel.Children.Insert(0, TopSpacerWrapper.Spacer); 1119this.wfItemPresenter.stackPanel.Children.Insert(0, TopSpacerWrapper.Placeholder); 1120this.wfItemPresenter.stackPanel.Children.Insert(this.wfItemPresenter.stackPanel.Children.Count, BottomSpacerWrapper.Spacer); 1121this.wfItemPresenter.stackPanel.Children.Insert(this.wfItemPresenter.stackPanel.Children.Count, BottomSpacerWrapper.Placeholder);