2 writes to _firstContainerOffsetFromViewport
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
792out _scrollData._firstContainerOffsetFromViewport); 1106_scrollData._firstContainerOffsetFromViewport = 0;
3 references to _firstContainerOffsetFromViewport
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
813_scrollData._firstContainerOffsetFromViewport); 876double prevFirstContainerOffsetFromViewport = _scrollData._firstContainerOffsetFromViewport; 11628get { return _scrollData?._firstContainerOffsetFromViewport ?? 0.0; }