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