11 writes to _cachedDisplayRect
System.Windows.Forms (11)
System\Windows\Forms\Controls\TabControl\TabControl.cs (11)
391
_cachedDisplayRect
= r;
942
_cachedDisplayRect
= Rectangle.Empty;
1150
_cachedDisplayRect
= Rectangle.Empty;
1245
_cachedDisplayRect
= Rectangle.Empty;
1413
_cachedDisplayRect
= Rectangle.Empty;
1446
_cachedDisplayRect
= Rectangle.Empty;
1529
_cachedDisplayRect
= Rectangle.Empty;
1598
_cachedDisplayRect
= Rectangle.Empty;
1891
_cachedDisplayRect
= Rectangle.Empty;
1903
_cachedDisplayRect
= Rectangle.Empty;
2006
_cachedDisplayRect
= Rectangle.Empty;
2 references to _cachedDisplayRect
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
359
if (!
_cachedDisplayRect
.IsEmpty)
361
return
_cachedDisplayRect
;