3 writes to _tabGlyphs
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TabOrder.cs (3)
469_tabGlyphs = null; 486_tabGlyphs = null; 650_tabGlyphs = new Rectangle[_tabControls.Count];
5 references to _tabGlyphs
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TabOrder.cs (5)
257Debug.Assert(_tabGlyphs is not null, "tabGlyps should not be null here."); 258_tabGlyphs[iCtl++] = convertedRectangle; 601if (_tabGlyphs is not null && _tabControls is not null) 605for (int i = 0; i < _tabGlyphs.Length; i++) 607if (_tabGlyphs[i].Contains(e.X, e.Y))