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)
115
Action act = () => collection.
SetChildIndexInternal
(control, 0);
132
collection.
SetChildIndexInternal
(panel, 0);