2 implementations of IStackMeasureScrollData
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1092private class ScrollData: IStackMeasureScrollData
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11735private class ScrollData : IStackMeasureScrollData
3 references to IStackMeasureScrollData
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
543internal static Size StackMeasureHelper(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size constraint) 711internal static Size StackArrangeHelper(IStackMeasure arrangeElement, IStackMeasureScrollData scrollData, Size arrangeSize) 799private static void VerifyScrollingData(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size viewport, Size extent, Vector offset)