2 implementations of CanVerticallyScroll
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
373
public bool
CanVerticallyScroll
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1845
public bool
CanVerticallyScroll
1 reference to CanVerticallyScroll
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
573
if (measureElement.IsScrolling && measureElement.
CanVerticallyScroll
) { layoutSlotSize.Height = Double.PositiveInfinity; }