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