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