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