2 implementations of SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1168public void SetPhysicalViewport(double value)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11863public void SetPhysicalViewport(double value)
2 references to SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
659scrollData.SetPhysicalViewport(viewport.Width); 667scrollData.SetPhysicalViewport(viewport.Height);