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