2 implementations of Viewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1138public Size Viewport
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11832public Size Viewport
1 write to Viewport
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
823scrollData.Viewport = viewport;
1 reference to Viewport
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
816fValid &= DoubleUtil.AreClose(viewport, scrollData.Viewport);