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