2 writes to cachedScrollableRegion
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
3428this.cachedScrollableRegion = null; 5444this.cachedScrollableRegion = UnsafeNativeMethods.GetRectsFromRegion(handle);
3 references to cachedScrollableRegion
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
5430if (this.cachedScrollableRegion != null) 5432return this.cachedScrollableRegion; 5459return this.cachedScrollableRegion;