21 references to SetChildIndex
System.Windows.Forms (21)
winforms\Managed\System\WinForms\Control.cs (3)
5613parent.Controls.SetChildIndex(this, 0); 11790parent.Controls.SetChildIndex(this, -1); 12656this.Controls.SetChildIndex(ctl, newIndex);
winforms\Managed\System\WinForms\TabControl.cs (1)
2552owner.Controls.SetChildIndex(tabPage, index);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
79this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxPublisher, 0); 80this.tableLayoutPanel.Controls.SetChildIndex(this.lblPublisher, 1); 81this.tableLayoutPanel.Controls.SetChildIndex(this.lblPublisherContent, 2); 82this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxMachineAccess, 3); 83this.tableLayoutPanel.Controls.SetChildIndex(this.lblMachineAccess, 4); 84this.tableLayoutPanel.Controls.SetChildIndex(this.lblMachineAccessContent, 5); 85this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxInstallation, 6); 86this.tableLayoutPanel.Controls.SetChildIndex(this.lblInstallation, 7); 87this.tableLayoutPanel.Controls.SetChildIndex(this.lblInstallationContent, 8); 88this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxLocation, 9); 89this.tableLayoutPanel.Controls.SetChildIndex(this.lblLocation, 10); 90this.tableLayoutPanel.Controls.SetChildIndex(this.lblLocationContent, 11); 91this.tableLayoutPanel.Controls.SetChildIndex(this.btnClose, 12);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (4)
131this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelQuestion, 0); 132this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelInfo, 1); 133this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelButtons, 2); 134this.tableLayoutPanelOuter.Controls.SetChildIndex(this.warningTextTableLayoutPanel, 3);