1 write to _tabNext
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
654_tabNext ??= [];
4 references to _tabNext
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TabOrder.cs (4)
471_tabNext?.Clear(); 762if (_tabControls is null || _tabComplete is null || _tabNext is null) 772_tabNext.TryGetValue(parent, out index); 798_tabNext[parent] = newIndex;