2 writes to Generation
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11935++_nullInfo.Generation; 12525Generation = generation;
4 references to Generation
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
11997if (oldsti != null && oldsti.Generation < _nullInfo.Generation) 12019sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, 0, itemsOwner as FrameworkElement, null, null, 0); 12041sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, parentInfo.Depth + 1, itemsOwner as FrameworkElement, parent, parentItem, itemIndex);