2 implementations of IStackMeasureScrollData
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
1109private class ScrollData: IStackMeasureScrollData
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11625private class ScrollData : IStackMeasureScrollData
3 references to IStackMeasureScrollData
PresentationFramework (3)
src\Framework\System\Windows\Controls\Stack.cs (3)
560internal static Size StackMeasureHelper(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size constraint) 728internal static Size StackArrangeHelper(IStackMeasure arrangeElement, IStackMeasureScrollData scrollData, Size arrangeSize) 816private static void VerifyScrollingData(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size viewport, Size extent, Vector offset)