11 writes to cachedDisplayRect
System.Windows.Forms (11)
winforms\Managed\System\WinForms\TabControl.cs (11)
443
cachedDisplayRect
= r;
1079
cachedDisplayRect
= Rectangle.Empty;
1286
cachedDisplayRect
= Rectangle.Empty;
1352
cachedDisplayRect
= Rectangle.Empty;
1510
cachedDisplayRect
= Rectangle.Empty;
1544
cachedDisplayRect
= Rectangle.Empty;
1647
cachedDisplayRect
= Rectangle.Empty;
1712
cachedDisplayRect
= Rectangle.Empty;
1999
cachedDisplayRect
= Rectangle.Empty;
2016
cachedDisplayRect
= Rectangle.Empty;
2128
cachedDisplayRect
= Rectangle.Empty;
2 references to cachedDisplayRect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
410
if (!
cachedDisplayRect
.IsEmpty)
411
return
cachedDisplayRect
;