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