2 writes to _cachedScrollableRegion
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3382
_cachedScrollableRegion
= null;
5439
_cachedScrollableRegion
= hrgn.GetRegionRects();
3 references to _cachedScrollableRegion
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
5424
if (
_cachedScrollableRegion
is not null)
5426
return
_cachedScrollableRegion
;
5444
return
_cachedScrollableRegion
;