2 references to MeasureGeneratedItems
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
264bool hasAlwaysOverflowItems = MeasureGeneratedItems(/* asNeeded = */ false, layoutSlotSize, horizontal, maxExtent, ref stackDesiredSize, out overflowExtent); 271bool hasAsNeededOverflowItems = MeasureGeneratedItems(/* asNeeded = */ true, layoutSlotSize, horizontal, maxExtent, ref stackDesiredSize, out overflowExtent);