9 references to CurrencyManager
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
2695
else if (dataConnection.
CurrencyManager
.Count <= rowIndex)
4626
else if (dataConnection.
CurrencyManager
.Count <= rowIndex)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
3396
if (this.dataConnection.
CurrencyManager
.Count <= this.ptCurrentCell.Y)
11683
if (this.dataConnection.
CurrencyManager
!= null)
15274
Debug.Assert(this.dataConnection.
CurrencyManager
!= null);
15275
Debug.Assert(this.dataConnection.
CurrencyManager
.Position == this.ptCurrentCell.Y);
15374
if (this.dataConnection != null && this.dataConnection.
CurrencyManager
!= null)
15392
if (this.dataConnection != null && this.dataConnection.
CurrencyManager
!= null)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
119
return this.DataGridView.DataConnection.
CurrencyManager
[this.Index];