2 implementations of SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1174public void SetPhysicalViewport(double value)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11868public void SetPhysicalViewport(double value)
2 references to SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
665scrollData.SetPhysicalViewport(viewport.Width); 673scrollData.SetPhysicalViewport(viewport.Height);