2 writes to inPerformLayoutCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
20247this.inPerformLayoutCount++; 20306this.inPerformLayoutCount--;
2 references to inPerformLayoutCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
20267if (columnsAdjusted && this.inPerformLayoutCount < 3) 20307Debug.Assert(this.inPerformLayoutCount >= 0);