4 writes to addNewPos
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (4)
1822this.addNewPos = this.Position; 1827this.addNewPos = this.Add(addNewItem); 2099this.addNewPos = -1; 2111this.addNewPos = -1;
7 references to addNewPos
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingSource.cs (7)
1779int saveAddNew = this.addNewPos; 1828this.Position = this.addNewPos; 2097if (this.addNewPos >= 0 && this.addNewPos == position) { 2098RemoveAt(this.addNewPos); // ...will fire OnListChanged if necessary 2110if (this.addNewPos >= 0 && this.addNewPos == position) {