3 writes to _tabControls
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TabOrder.cs (3)
471
_tabControls
= null;
491
_tabControls
= null;
657
_tabControls
= [];
11 references to _tabControls
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\TabOrder.cs (11)
594
if (
_tabControls
is not null)
596
Control? ctl = GetControlAtPoint(
_tabControls
, x, y);
610
if (_tabGlyphs is not null &&
_tabControls
is not null)
620
ctl =
_tabControls
[i];
655
if (
_tabControls
is null)
658
GetTabbing((Control)_host.RootComponent,
_tabControls
);
659
_tabGlyphs = new Rectangle[
_tabControls
.Count];
667
DrawTabs(
_tabControls
, e.Graphics, true);
670
DrawTabs(
_tabControls
, e.Graphics, false);
774
if (
_tabControls
is null || _tabComplete is null || _tabNext is null)
813
if (_tabComplete.Count ==
_tabControls
.Count)