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