2 overrides of SetChildIndexInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2586
internal override void
SetChildIndexInternal
(Control child, int newIndex)
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
478
internal override void
SetChildIndexInternal
(Control child, int newIndex) {
3 references to SetChildIndexInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
15212
SetChildIndexInternal
(child, newIndex);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2599
base.
SetChildIndexInternal
(child, newIndex);
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
490
base.
SetChildIndexInternal
(child, newIndex);