2 writes to Generation
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12064++_nullInfo.Generation; 12655Generation = generation;
4 references to Generation
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
12126if (oldsti != null && oldsti.Generation < _nullInfo.Generation) 12148sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, 0, itemsOwner as FrameworkElement, null, null, 0); 12170sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, parentInfo.Depth + 1, itemsOwner as FrameworkElement, parent, parentItem, itemIndex);