24 references to LessThanOrClose
System.Windows.Controls.Ribbon (24)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
491
logicalVisibleSpace = DoubleUtil.
LessThanOrClose
((viewportOffsetY + logicalVisibleSpace) - stackDesiredSize.Height, 0.0) ? 0.0 : Math.Min((viewportOffsetY + logicalVisibleSpace) - stackDesiredSize.Height, constraint.Height);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
441
if (DoubleUtil.
LessThanOrClose
(EqualizeLeftOf(starInfoList, elementCount - 1, true), remainingSpace))
457
if (DoubleUtil.
LessThanOrClose
(EqualizeLeftOf(starInfoList, currentIndex, true), remainingSpace))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
83
if (DoubleUtil.
LessThanOrClose
(extent, viewport))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
478
if (DoubleUtil.
LessThanOrClose
(clipWidth, 0))
569
if (DoubleUtil.
LessThanOrClose
(delta, 0.0))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (2)
140
if (DoubleUtil.
LessThanOrClose
(titleHost.DesiredSize.Width, leftSpace))
214
if ( DoubleUtil.
LessThanOrClose
(width, leftSpace) )
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
107
if (double.IsInfinity(length.Value) || DoubleUtil.
LessThanOrClose
(length.Value, 0))
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (6)
66
bool isAtTopScreenEdge = DoubleUtil.
LessThanOrClose
(rootScreenBounds.Top, screenBounds.Top + TopScreenEdgeBuffer);
68
bool isAtLeftScreenEdge = DoubleUtil.
LessThanOrClose
(rootScreenBounds.Left, screenBounds.Left);
73
bool isAlmostAtTopScreenEdge = DoubleUtil.
LessThanOrClose
(rootScreenBounds.Top - verticalDelta, screenBounds.Top + TopScreenEdgeBuffer);
75
bool isAlmostAtLeftScreenEdge = DoubleUtil.
LessThanOrClose
(rootScreenBounds.Left - horizontalDelta, screenBounds.Left);
135
DoubleUtil.
LessThanOrClose
(minDropDownSize.Width, newWidth))
142
&& DoubleUtil.
LessThanOrClose
(minDropDownSize.Height, newHeight))
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1690
DoubleUtil.
LessThanOrClose
(horizontalOffset, ribbon.ActualWidth))
1720
DoubleUtil.
LessThanOrClose
(horizontalOffset, ribbonPopupChild.RenderSize.Width))
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (5)
819
if (DoubleUtil.
LessThanOrClose
(viewportHeight, 0))
848
if (DoubleUtil.
LessThanOrClose
(viewportHeight, 0))
882
if (DoubleUtil.
LessThanOrClose
(viewportHeight, 0) ||
1114
DoubleUtil.
LessThanOrClose
(position.X, element.RenderSize.Width) &&
1115
DoubleUtil.
LessThanOrClose
(position.Y, element.RenderSize.Height))
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1264
IsDropDownPositionedAbove = DoubleUtil.
LessThanOrClose
(popupBottomRightCorner.Y, targetTopLeftCorner.Y);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1305
bool isDropDownPhysicallyPositionedLeft = DoubleUtil.
LessThanOrClose
(popupTopLeftCorner.X, targetTopLeftCorner.X);