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