2 implementations of Viewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
1144
public Size
Viewport
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11691
public Size
Viewport
1 write to Viewport
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
829
scrollData.
Viewport
= viewport;
1 reference to Viewport
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
822
fValid &= DoubleUtil.AreClose(viewport, scrollData.
Viewport
);