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