2 overrides of SetChildIndexInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
59internal override void SetChildIndexInternal(Control child, int newIndex)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (1)
32internal override void SetChildIndexInternal(Control child, int newIndex)
4 references to SetChildIndexInternal
System.Windows.Forms (4)
System\Windows\Forms\Control.ControlCollection.cs (1)
446SetChildIndexInternal(child, newIndex);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
77base.SetChildIndexInternal(child, newIndex);
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (2)
36base.SetChildIndexInternal(child, newIndex); 51base.SetChildIndexInternal(child, newIndex);