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