2 implementations of IStackMeasure
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
62public class StackPanel : Panel, IScrollInfo, IStackMeasure
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
33public class VirtualizingStackPanel : VirtualizingPanel, IScrollInfo, IStackMeasure
10 references to IStackMeasure
PresentationFramework (10)
src\Framework\System\Windows\Controls\Stack.cs (7)
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) 840private static double ComputePhysicalFromLogicalOffset(IStackMeasure arrangeElement, double logicalOffset, bool fHorizontal) 1055bool IStackMeasure.IsScrolling 1060UIElementCollection IStackMeasure.InternalChildren 1065void IStackMeasure.OnScrollChange()
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
11468bool IStackMeasure.IsScrolling 11473UIElementCollection IStackMeasure.InternalChildren 11478void IStackMeasure.OnScrollChange()