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