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