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