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)
260
Debug.Assert(
_tabGlyphs
is not null, "tabGlyps should not be null here.");
261
_tabGlyphs
[iCtl++] = convertedRectangle;
610
if (
_tabGlyphs
is not null && _tabControls is not null)
614
for (int i = 0; i <
_tabGlyphs
.Length; i++)
616
if (
_tabGlyphs
[i].Contains(e.X, e.Y))