11 writes to _cachedDisplayRect
System.Windows.Forms (11)
System\Windows\Forms\Controls\TabControl\TabControl.cs (11)
394
_cachedDisplayRect
= r;
945
_cachedDisplayRect
= Rectangle.Empty;
1150
_cachedDisplayRect
= Rectangle.Empty;
1245
_cachedDisplayRect
= Rectangle.Empty;
1427
_cachedDisplayRect
= Rectangle.Empty;
1460
_cachedDisplayRect
= Rectangle.Empty;
1543
_cachedDisplayRect
= Rectangle.Empty;
1614
_cachedDisplayRect
= Rectangle.Empty;
1912
_cachedDisplayRect
= Rectangle.Empty;
1925
_cachedDisplayRect
= Rectangle.Empty;
2035
_cachedDisplayRect
= Rectangle.Empty;
2 references to _cachedDisplayRect
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
362
if (!
_cachedDisplayRect
.IsEmpty)
364
return
_cachedDisplayRect
;