2 implementations of Viewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1128public Size Viewport
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11829public Size Viewport
1 write to Viewport
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
813scrollData.Viewport = viewport;
1 reference to Viewport
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
806fValid &= DoubleUtil.AreClose(viewport, scrollData.Viewport);