6 writes to nextActiveControl
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SplitContainer.cs (6)
1333nextActiveControl = panel2; 1993nextActiveControl = ctl; 2061nextActiveControl = panel2; 2068nextActiveControl = panel2; 2448nextActiveControl = null; 2452nextActiveControl = null;
2 references to nextActiveControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
2446if (nextActiveControl != null) { 2447SetActiveControlInternal(nextActiveControl);