3 writes to _tabControls
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TabOrder.cs (3)
468
_tabControls
= null;
485
_tabControls
= null;
648
_tabControls
= [];
11 references to _tabControls
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\TabOrder.cs (11)
585
if (
_tabControls
is not null)
587
Control? ctl = GetControlAtPoint(
_tabControls
, x, y);
601
if (_tabGlyphs is not null &&
_tabControls
is not null)
611
ctl =
_tabControls
[i];
646
if (
_tabControls
is null)
649
GetTabbing((Control)_host.RootComponent,
_tabControls
);
650
_tabGlyphs = new Rectangle[
_tabControls
.Count];
658
DrawTabs(
_tabControls
, e.Graphics, true);
661
DrawTabs(
_tabControls
, e.Graphics, false);
762
if (
_tabControls
is null || _tabComplete is null || _tabNext is null)
801
if (_tabComplete.Count ==
_tabControls
.Count)