2 writes to ItemIndex
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
12530ItemIndex = itemIndex; 12540ItemIndex = newIndex;
4 references to ItemIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
12048if (itemIndex != oldsti.ItemIndex) 12050ScrollTracer.Trace(vsp, ScrollTraceOp.ID, "Index changed from ", oldsti.ItemIndex, " to ", itemIndex); 12056ScrollTracer.Trace(vsp, ScrollTraceOp.ID, "Container recyled from ", oldsti.ItemIndex, " to ", itemIndex); 12270ScrollTraceRecord record = new ScrollTraceRecord(op, vsp, sti.Depth, sti.ItemIndex, _depth, BuildDetail(args));