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