24 references to LessThan
System.Windows.Controls.Ribbon (24)
Microsoft\Windows\Controls\KeyTipAdorner.cs (4)
309if (DoubleUtil.LessThan(Math.Abs(keyTipTopY), RibbonGroupKeyTipAxisNudgeSpace)) 314else if (DoubleUtil.LessThan(Math.Abs(itemsPresenter.ActualHeight - keyTipBottomY), RibbonGroupKeyTipAxisNudgeSpace)) 347if (DoubleUtil.LessThan(keyTipControlRect.Left, adornerLayerRect.Left)) 358if (DoubleUtil.LessThan(keyTipControlRect.Top, adornerLayerRect.Top))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (2)
175bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (3)
158if ((DoubleUtil.GreaterThanOrClose(_cachedRemainingSpace, 0) && (DoubleUtil.LessThan(remainingSpace, 0) || DoubleUtil.GreaterThan(remainingSpace, _cachedRemainingSpace))) || 159(DoubleUtil.LessThan(_cachedRemainingSpace, 0) && DoubleUtil.GreaterThan(remainingSpace, 0))) 200while (DoubleUtil.LessThan(remainingSpace, 0))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (3)
825if (DoubleUtil.LessThan(offset, 0)) 947bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (2)
190bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
106if ((DoubleUtil.LessThan(rightSpace, titleHost.MinWidth) ||
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (2)
129if (DoubleUtil.LessThan(maxWidth, minWidth)) 147if (DoubleUtil.LessThan(allocatedWidth, layoutInfo.RequestedStarMinWidth))
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1426(DoubleUtil.LessThan(window.ActualWidth, CollapseWidth) || 1427DoubleUtil.LessThan(window.ActualHeight, CollapseHeight)))
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
117if (length.IsAuto || length.IsStar || double.IsInfinity(length.Value) || DoubleUtil.LessThan(length.Value, 0)) 127if (length.IsAuto || length.IsStar || DoubleUtil.LessThan(length.Value, 0))
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2732(FlowDirection == FlowDirection.RightToLeft && DoubleUtil.LessThan(predictedFocusedOrigin.X, focusedOrigin.X)))
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
651if (DoubleUtil.LessThan(tabHeaderCenterX, 0) || 663if (DoubleUtil.LessThan(horizontalOffset, 0) ||