7 references to LessThan
PresentationFramework (7)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
913
success = (!LayoutDoubleUtil.
LessThan
(diff, 0.0) &&
914
!LayoutDoubleUtil.
LessThan
(topContainerOffset, diff));
2583
LayoutDoubleUtil.
LessThan
(spanBeforeViewport, firstItemInViewportOffset + newContainerSpan);
5501
: LayoutDoubleUtil.
LessThan
(spanBeforeViewport, totalSpan);
5518
: LayoutDoubleUtil.
LessThan
(spanBeforeViewport, totalSpan);
src\Framework\System\Windows\FrameworkElement.cs (2)
4659
if (LayoutDoubleUtil.
LessThan
(potentialArrangeSize.Width, unclippedDesiredSize.Width)
4660
|| LayoutDoubleUtil.
LessThan
(potentialArrangeSize.Height, unclippedDesiredSize.Height))