2 writes to dirty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
4446this.layout.dirty = false; 20300this.layout.dirty = true;
10 references to dirty
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridView.cs (4)
3761if (this.layout.dirty && this.IsHandleCreated) 4812if (!this.layout.dirty && !this.DesignMode) 4867if (!this.layout.dirty && !this.DesignMode) 4958if (!this.layout.dirty && !this.DesignMode)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
105Debug.Assert(!this.DataGridView.LayoutInfo.dirty);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
553Debug.Assert(!this.layout.dirty); 4451Debug.Assert(!this.layout.dirty); 15726if (this.layout.dirty) 17116if (this.layout.dirty) 25704bool matchPositionInCurrencyManagerAfterRecreatingRows = !this.layout.dirty && !this.InSortOperation;