3 writes to lastListCount
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
466this.lastListCount = this.currencyManager.Count; 1202this.lastListCount = this.currencyManager.Count; 1206this.lastListCount = -1;
2 references to lastListCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
833clearSelection |= this.lastListCount == -1 || this.lastListCount == this.currencyManager.Count;