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