11 writes to _cachedDisplayRect
System.Windows.Forms (11)
System\Windows\Forms\Controls\TabControl\TabControl.cs (11)
391_cachedDisplayRect = r; 942_cachedDisplayRect = Rectangle.Empty; 1150_cachedDisplayRect = Rectangle.Empty; 1245_cachedDisplayRect = Rectangle.Empty; 1413_cachedDisplayRect = Rectangle.Empty; 1446_cachedDisplayRect = Rectangle.Empty; 1529_cachedDisplayRect = Rectangle.Empty; 1598_cachedDisplayRect = Rectangle.Empty; 1891_cachedDisplayRect = Rectangle.Empty; 1903_cachedDisplayRect = Rectangle.Empty; 2006_cachedDisplayRect = Rectangle.Empty;
2 references to _cachedDisplayRect
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
359if (!_cachedDisplayRect.IsEmpty) 361return _cachedDisplayRect;