11 references to InSortOperation
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
4614
if (dataGridView != null && !dataGridView.
InSortOperation
)
4682
!dataGridView.
InSortOperation
&&
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (7)
353
if (!setSortedColumnYet && !this.owner.
InSortOperation
)
501
this.owner.RefreshRows(!this.owner.
InSortOperation
/*scrollIntoView*/);
565
this.owner.RefreshRows(!this.owner.
InSortOperation
/*scrollIntoView*/);
635
this.owner.RefreshRows(!this.owner.
InSortOperation
/*scrollIntoView*/);
667
this.owner.RefreshRows(!this.owner.
InSortOperation
/*scrollIntoView*/);
749
!this.owner.
InSortOperation
)
815
if (!this.owner.
InSortOperation
)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
17981
this.ptCurrentCell.X == -1 && allowSettingCurrentCell && !this.
InSortOperation
)
25704
bool matchPositionInCurrencyManagerAfterRecreatingRows = !this.layout.dirty && !this.
InSortOperation
;