2 implementations of IStackMeasure
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
49public class StackPanel : Panel, IScrollInfo, IStackMeasure
System\Windows\Controls\VirtualizingStackPanel.cs (1)
26public class VirtualizingStackPanel : VirtualizingPanel, IScrollInfo, IStackMeasure
10 references to IStackMeasure
PresentationFramework (10)
System\Windows\Controls\Stack.cs (7)
543internal static Size StackMeasureHelper(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size constraint) 711internal static Size StackArrangeHelper(IStackMeasure arrangeElement, IStackMeasureScrollData scrollData, Size arrangeSize) 799private static void VerifyScrollingData(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size viewport, Size extent, Vector offset) 823private static double ComputePhysicalFromLogicalOffset(IStackMeasure arrangeElement, double logicalOffset, bool fHorizontal) 1038bool IStackMeasure.IsScrolling 1043UIElementCollection IStackMeasure.InternalChildren 1048void IStackMeasure.OnScrollChange()
System\Windows\Controls\VirtualizingStackPanel.cs (3)
11578bool IStackMeasure.IsScrolling 11583UIElementCollection IStackMeasure.InternalChildren 11588void IStackMeasure.OnScrollChange()