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