2 writes to DoNotChangePositionInTheCurrencyManager
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
25710
this.dataConnection.
DoNotChangePositionInTheCurrencyManager
= true;
25731
this.dataConnection.
DoNotChangePositionInTheCurrencyManager
= oldDoNotChangePositionInTheCurrencyManager;
1 reference to DoNotChangePositionInTheCurrencyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
25700
bool oldDoNotChangePositionInTheCurrencyManager = this.dataConnection.
DoNotChangePositionInTheCurrencyManager
;