11 writes to _cachedDisplayRect
System.Windows.Forms (11)
System\Windows\Forms\Controls\TabControl\TabControl.cs (11)
396
_cachedDisplayRect
= r;
947
_cachedDisplayRect
= Rectangle.Empty;
1155
_cachedDisplayRect
= Rectangle.Empty;
1250
_cachedDisplayRect
= Rectangle.Empty;
1434
_cachedDisplayRect
= Rectangle.Empty;
1467
_cachedDisplayRect
= Rectangle.Empty;
1550
_cachedDisplayRect
= Rectangle.Empty;
1621
_cachedDisplayRect
= Rectangle.Empty;
1919
_cachedDisplayRect
= Rectangle.Empty;
1932
_cachedDisplayRect
= Rectangle.Empty;
2042
_cachedDisplayRect
= Rectangle.Empty;
2 references to _cachedDisplayRect
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
364
if (!
_cachedDisplayRect
.IsEmpty)
366
return
_cachedDisplayRect
;