2 implementations of SetPhysicalViewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
1180public void SetPhysicalViewport(double value)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11727public void SetPhysicalViewport(double value)
2 references to SetPhysicalViewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (2)
671scrollData.SetPhysicalViewport(viewport.Width); 679scrollData.SetPhysicalViewport(viewport.Height);