2 implementations of IStackMeasure
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
56
public class StackPanel : Panel, IScrollInfo,
IStackMeasure
System\Windows\Controls\VirtualizingStackPanel.cs (1)
32
public class VirtualizingStackPanel : VirtualizingPanel, IScrollInfo,
IStackMeasure
10 references to IStackMeasure
PresentationFramework (10)
System\Windows\Controls\Stack.cs (7)
554
internal static Size StackMeasureHelper(
IStackMeasure
measureElement, IStackMeasureScrollData scrollData, Size constraint)
722
internal static Size StackArrangeHelper(
IStackMeasure
arrangeElement, IStackMeasureScrollData scrollData, Size arrangeSize)
810
private static void VerifyScrollingData(
IStackMeasure
measureElement, IStackMeasureScrollData scrollData, Size viewport, Size extent, Vector offset)
834
private static double ComputePhysicalFromLogicalOffset(
IStackMeasure
arrangeElement, double logicalOffset, bool fHorizontal)
1049
bool
IStackMeasure
.IsScrolling
1054
UIElementCollection
IStackMeasure
.InternalChildren
1059
void
IStackMeasure
.OnScrollChange()
System\Windows\Controls\VirtualizingStackPanel.cs (3)
11606
bool
IStackMeasure
.IsScrolling
11611
UIElementCollection
IStackMeasure
.InternalChildren
11616
void
IStackMeasure
.OnScrollChange()