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