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