11 writes to _cachedDisplayRect
System.Windows.Forms (11)
System\Windows\Forms\Controls\TabControl\TabControl.cs (11)
394
_cachedDisplayRect
= r;
945
_cachedDisplayRect
= Rectangle.Empty;
1153
_cachedDisplayRect
= Rectangle.Empty;
1248
_cachedDisplayRect
= Rectangle.Empty;
1430
_cachedDisplayRect
= Rectangle.Empty;
1463
_cachedDisplayRect
= Rectangle.Empty;
1546
_cachedDisplayRect
= Rectangle.Empty;
1617
_cachedDisplayRect
= Rectangle.Empty;
1915
_cachedDisplayRect
= Rectangle.Empty;
1928
_cachedDisplayRect
= Rectangle.Empty;
2038
_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
;