2 implementations of SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1164public void SetPhysicalViewport(double value)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11865public void SetPhysicalViewport(double value)
2 references to SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
655scrollData.SetPhysicalViewport(viewport.Width); 663scrollData.SetPhysicalViewport(viewport.Height);