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