6 writes to _nextActiveControl
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (6)
1160
_nextActiveControl
= Panel2;
1906
_nextActiveControl
= ctl;
1985
_nextActiveControl
= Panel2;
1995
_nextActiveControl
= Panel2;
2359
_nextActiveControl
= null;
2364
_nextActiveControl
= null;
2 references to _nextActiveControl
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
2356
if (
_nextActiveControl
is not null)
2358
SetActiveControl(
_nextActiveControl
);