2 writes to inChangeRecordState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
362inChangeRecordState = true; 366inChangeRecordState = false;
2 references to inChangeRecordState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
787if (!inChangeRecordState) { 841if ((e.Index == listposition || (e.Index == -1 && Position < Count)) && !inChangeRecordState)