2 writes to _firstContainerOffsetFromViewport
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
797out _scrollData._firstContainerOffsetFromViewport); 1111_scrollData._firstContainerOffsetFromViewport = 0;
3 references to _firstContainerOffsetFromViewport
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
818_scrollData._firstContainerOffsetFromViewport); 881double prevFirstContainerOffsetFromViewport = _scrollData._firstContainerOffsetFromViewport; 11633get { return _scrollData?._firstContainerOffsetFromViewport ?? 0.0; }