6 writes to _nextActiveControl
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (6)
1160
_nextActiveControl
= Panel2;
1897
_nextActiveControl
= ctl;
1976
_nextActiveControl
= Panel2;
1986
_nextActiveControl
= Panel2;
2350
_nextActiveControl
= null;
2355
_nextActiveControl
= null;
2 references to _nextActiveControl
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
2347
if (
_nextActiveControl
is not null)
2349
SetActiveControl(
_nextActiveControl
);