2 implementations of SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1163public void SetPhysicalViewport(double value)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11840public void SetPhysicalViewport(double value)
2 references to SetPhysicalViewport
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
654scrollData.SetPhysicalViewport(viewport.Width); 662scrollData.SetPhysicalViewport(viewport.Height);