3 writes to _tabGlyphs
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TabOrder.cs (3)
472_tabGlyphs = null; 492_tabGlyphs = null; 659_tabGlyphs = new Rectangle[_tabControls.Count];
5 references to _tabGlyphs
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TabOrder.cs (5)
260Debug.Assert(_tabGlyphs is not null, "tabGlyps should not be null here."); 261_tabGlyphs[iCtl++] = convertedRectangle; 610if (_tabGlyphs is not null && _tabControls is not null) 614for (int i = 0; i < _tabGlyphs.Length; i++) 616if (_tabGlyphs[i].Contains(e.X, e.Y))