Base:
method
SetChildIndexInternal
System.Windows.Forms.Control.ControlCollection.SetChildIndexInternal(System.Windows.Forms.Control, System.Int32)
2 references to SetChildIndexInternal
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripContainer.ToolStripContainerTypedControlCollectionTests.cs (2)
115Action act = () => collection.SetChildIndexInternal(control, 0); 132collection.SetChildIndexInternal(panel, 0);