2 writes to _firstContainerOffsetFromViewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
794out _scrollData._firstContainerOffsetFromViewport); 1080_scrollData._firstContainerOffsetFromViewport = 0;
3 references to _firstContainerOffsetFromViewport
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
815_scrollData._firstContainerOffsetFromViewport); 878double prevFirstContainerOffsetFromViewport = _scrollData._firstContainerOffsetFromViewport; 11495get { return _scrollData?._firstContainerOffsetFromViewport ?? 0.0; }