2 writes to ItemIndex
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12690
ItemIndex
= itemIndex;
12700
ItemIndex
= newIndex;
4 references to ItemIndex
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
12199
if (itemIndex != oldsti.
ItemIndex
)
12201
ScrollTracer.Trace(vsp, ScrollTraceOp.ID, "Index changed from ", oldsti.
ItemIndex
, " to ", itemIndex);
12207
ScrollTracer.Trace(vsp, ScrollTraceOp.ID, "Container recyled from ", oldsti.
ItemIndex
, " to ", itemIndex);
12432
ScrollTraceRecord record = new ScrollTraceRecord(op, vsp, sti.Depth, sti.
ItemIndex
, _depth, BuildDetail(args));