1 write to Index
System.Windows.Forms (1)
System\Windows\Forms\ItemChangedEventArgs.cs (1)
10Index = index;
6 references to Index
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListControl\ListControl.cs (3)
409if (e.Index == -1) 419SetItemCore(e.Index, _dataManager[e.Index]!);
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
891if ((e.Index == listposition || (e.Index == -1 && Position < Count)) && !_state.HasFlag(CurrencyManagerStates.InChangeRecordState))
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
424if (e.Index == -1 && _errorManager.Count == 0)