2 implementations of IStackMeasure
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
50public class StackPanel : Panel, IScrollInfo, IStackMeasure
System\Windows\Controls\VirtualizingStackPanel.cs (1)
27public class VirtualizingStackPanel : VirtualizingPanel, IScrollInfo, IStackMeasure
10 references to IStackMeasure
PresentationFramework (10)
System\Windows\Controls\Stack.cs (7)
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) 824private static double ComputePhysicalFromLogicalOffset(IStackMeasure arrangeElement, double logicalOffset, bool fHorizontal) 1039bool IStackMeasure.IsScrolling 1044UIElementCollection IStackMeasure.InternalChildren 1049void IStackMeasure.OnScrollChange()
System\Windows\Controls\VirtualizingStackPanel.cs (3)
11603bool IStackMeasure.IsScrolling 11608UIElementCollection IStackMeasure.InternalChildren 11613void IStackMeasure.OnScrollChange()