2 writes to _cachedScrollableRegion
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3385
_cachedScrollableRegion
= null;
5442
_cachedScrollableRegion
= hrgn.GetRegionRects();
3 references to _cachedScrollableRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
5427
if (
_cachedScrollableRegion
is not null)
5429
return
_cachedScrollableRegion
;
5447
return
_cachedScrollableRegion
;