144 references to DoubleUtil
System.Windows.Controls.Ribbon (144)
Microsoft\Windows\Controls\KeyTipAdorner.cs (6)
309if (DoubleUtil.LessThan(Math.Abs(keyTipTopY), RibbonGroupKeyTipAxisNudgeSpace)) 314else if (DoubleUtil.LessThan(Math.Abs(itemsPresenter.ActualHeight - keyTipBottomY), RibbonGroupKeyTipAxisNudgeSpace)) 347if (DoubleUtil.LessThan(keyTipControlRect.Left, adornerLayerRect.Left)) 351else if (DoubleUtil.GreaterThan(keyTipControlRect.Right, adornerLayerRect.Right)) 358if (DoubleUtil.LessThan(keyTipControlRect.Top, adornerLayerRect.Top)) 362else if (DoubleUtil.GreaterThan(keyTipControlRect.Bottom, adornerLayerRect.Bottom))
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (4)
401top = DoubleUtil.DoubleToInt(rect.Y), 402left = DoubleUtil.DoubleToInt(rect.X), 403bottom = DoubleUtil.DoubleToInt(rect.Bottom), 404right = DoubleUtil.DoubleToInt(rect.Right)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (5)
50if (tabGroupHeader.Visibility == Visibility.Visible && tabGroupHeader.FirstVisibleTab != null && DoubleUtil.GreaterThanOrClose(remainingSpace, 0.0)) 60if ( DoubleUtil.GreaterThan(desiredExtraPadding, 0.0) && 61DoubleUtil.GreaterThan(tabHeadersPanelSpaceAvailable, 0.0)) 81tabGroupHeader.ShowLabelToolTip = DoubleUtil.GreaterThan(tabGroupHeader.IdealDesiredWidth, width); 142if (DoubleUtil.AreClose(startX, 0.0))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (11)
144fValid &= DoubleUtil.AreClose(viewport, _scrollData._viewport); 145fValid &= DoubleUtil.AreClose(extent, _scrollData._extent); 146fValid &= DoubleUtil.AreClose(offset, _scrollData._offset); 175bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView); 176bool fBelow = DoubleUtil.GreaterThan(bottomChild, bottomView) && DoubleUtil.GreaterThan(topChild, topView); 398if (!category.IsSharedColumnSizeScope && DoubleUtil.GreaterThan(category.MaxColumnWidth, maxColumnWidth)) 491logicalVisibleSpace = DoubleUtil.LessThanOrClose((viewportOffsetY + logicalVisibleSpace) - stackDesiredSize.Height, 0.0) ? 0.0 : Math.Min((viewportOffsetY + logicalVisibleSpace) - stackDesiredSize.Height, constraint.Height); 764if (!DoubleUtil.AreClose(scrollX, _scrollData._offset.X)) 778if (!DoubleUtil.AreClose(scrollY, _scrollData._offset.Y))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
65if (DoubleUtil.GreaterThan(childDesiredSize.Height, remainingHeightInColumn)) 211if (DoubleUtil.GreaterThan(columnHeight + childDesiredSize.Height, availableSize.Height))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (23)
106if (!DoubleUtil.AreClose(originalRenderWidth, invalidGroup.ActualWidth)) 150if (DoubleUtil.GreaterThan(remainingSpace, 0)) 158if ((DoubleUtil.GreaterThanOrClose(_cachedRemainingSpace, 0) && (DoubleUtil.LessThan(remainingSpace, 0) || DoubleUtil.GreaterThan(remainingSpace, _cachedRemainingSpace))) || 159(DoubleUtil.LessThan(_cachedRemainingSpace, 0) && DoubleUtil.GreaterThan(remainingSpace, 0))) 164while (DoubleUtil.GreaterThan(remainingSpace, 0)) 176if (DoubleUtil.GreaterThan(remainingSpace, 0)) 179DoubleUtil.GreaterThanOrClose(remainingSpace, _nextGroupIncreaseWidth)) 200while (DoubleUtil.LessThan(remainingSpace, 0)) 234if (DoubleUtil.GreaterThan(remainingSpace, 0)) 251else if (DoubleUtil.GreaterThan(remainingSpace, 0)) 352if (!DoubleUtil.AreClose(remainingSpace, newRemainingSpace)) 382if (starLayoutInfo != null && DoubleUtil.GreaterThan(starLayoutInfo.RequestedStarWeight, 0)) 399if (DoubleUtil.GreaterThan(remainingSpace, 0)) 411if (rightMostEqualizerIndex >= 0 && DoubleUtil.GreaterThan(remainingSpace, 0)) 436Debug.Assert(DoubleUtil.GreaterThan(remainingSpace, 0)); 441if (DoubleUtil.LessThanOrClose(EqualizeLeftOf(starInfoList, elementCount - 1, true), remainingSpace)) 457if (DoubleUtil.LessThanOrClose(EqualizeLeftOf(starInfoList, currentIndex, true), remainingSpace)) 502Debug.Assert(DoubleUtil.GreaterThan(remainingSpace, 0)); 514if (DoubleUtil.GreaterThan(remainingSpace, 0)) 519if (DoubleUtil.GreaterThan(currentContribution * remainingStarWeight, remainingSpace))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
212if (DoubleUtil.GreaterThan(remainingHeight, 0.0) && starLayoutTargets.Count > 0)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
207if (DoubleUtil.GreaterThan(newExtent, maxExtent))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (2)
83if (DoubleUtil.LessThanOrClose(extent, viewport)) 91if (DoubleUtil.AreClose(percent, target))
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (23)
61if (DoubleUtil.GreaterThan(overflowWidth, 0)) 67if (DoubleUtil.GreaterThan(overflowWidth, totalDefaultPaddingAllTabHeaders)) // Clipping is necessary - all tabs padding will we 0 74if (DoubleUtil.AreClose(maxRegularTabHeaderWidth, _tabHeaderMinWidth)) // Regular tabs are clipped to the min size - need to clip contextual tabs 86if (DoubleUtil.GreaterThanOrClose(totalDefaultPaddingRegularTabHeaders, overflowWidth)) 119if (ctg != null && DoubleUtil.GreaterThan(ctg.DesiredExtraPaddingPerTab, 0.0)) 234if (!SystemParameters.HighContrast && DoubleUtil.GreaterThan(_separatorOpacity, 0)) 478if (DoubleUtil.LessThanOrClose(clipWidth, 0)) 519if (DoubleUtil.GreaterThanOrClose(maxTabHeaderWidth, currentWidth)) 552if (tabGroup != null && DoubleUtil.GreaterThan(tabGroup.DesiredExtraPaddingPerTab, 0.0)) 569if (DoubleUtil.LessThanOrClose(delta, 0.0)) 579if (DoubleUtil.GreaterThanOrClose(maxDesiredPadding, currentDesiredPadding)) 615if (!DoubleUtil.IsZero(tabGroup.DesiredExtraPaddingPerTab)) 802fValid &= DoubleUtil.AreClose(viewportWidth, ScrollData._viewportWidth); 803fValid &= DoubleUtil.AreClose(extentWidth, ScrollData._extentWidth); 804fValid &= DoubleUtil.AreClose(ScrollData._offsetX, offsetX); 820if (DoubleUtil.GreaterThan(offset, extent - viewport)) 825if (DoubleUtil.LessThan(offset, 0)) 849if (!DoubleUtil.AreClose(ScrollData._offsetX, newValue)) 910if (!DoubleUtil.AreClose(originalOffset, ScrollData._offsetX)) 947bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView); 948bool fBelow = DoubleUtil.GreaterThan(bottomChild, bottomView) && DoubleUtil.GreaterThan(topChild, topView);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (6)
92if (!DoubleUtil.AreClose(ScrollData._offsetX, newValue)) 153if (!DoubleUtil.AreClose(originalOffset, ScrollData._offsetX)) 190bool fAbove = DoubleUtil.LessThan(topChild, topView) && DoubleUtil.LessThan(bottomChild, bottomView); 191bool fBelow = DoubleUtil.GreaterThan(bottomChild, bottomView) && DoubleUtil.GreaterThan(topChild, topView);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (5)
106if ((DoubleUtil.LessThan(rightSpace, titleHost.MinWidth) || 107DoubleUtil.GreaterThan(startContextualTabX, endContextualTabX)) 108&& DoubleUtil.GreaterThan(startContextualTabX, titleHost.MinWidth)) 140if (DoubleUtil.LessThanOrClose(titleHost.DesiredSize.Width, leftSpace)) 214if ( DoubleUtil.LessThanOrClose(width, leftSpace) )
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (5)
107DoubleUtil.GreaterThanOrClose(starWeight, 0.0)); 121DoubleUtil.GreaterThanOrClose(starMinWidth, 0.0)); 129if (DoubleUtil.LessThan(maxWidth, minWidth)) 140DoubleUtil.GreaterThan(starMaxWidth, 0.0)); 147if (DoubleUtil.LessThan(allocatedWidth, layoutInfo.RequestedStarMinWidth))
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
919ContextualTabGroupItemsControl.ForceCollapse = !(DoubleUtil.GreaterThanOrClose(e.ViewportWidth, e.ExtentWidth)); 975if (DoubleUtil.GreaterThan(Math.Abs(_mouseWheelCumulativeDelta), MouseWheelSelectionChangeThreshold)) 1426(DoubleUtil.LessThan(window.ActualWidth, CollapseWidth) || 1427DoubleUtil.LessThan(window.ActualHeight, CollapseHeight)))
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (2)
159return (DoubleUtil.IsOne(length.Value) ? "*" : Convert.ToString(length.Value, cultureInfo) + "*"); 234DoubleUtil.AreClose(unitFactor, 1.0));
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (3)
107if (double.IsInfinity(length.Value) || DoubleUtil.LessThanOrClose(length.Value, 0)) 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\RibbonDropDownHelper.cs (17)
65bool isAtBottomScreenEdge = DoubleUtil.GreaterThanOrClose(rootScreenBounds.Bottom, screenBounds.Bottom); 66bool isAtTopScreenEdge = DoubleUtil.LessThanOrClose(rootScreenBounds.Top, screenBounds.Top + TopScreenEdgeBuffer); 67bool isAtRightScreenEdge = DoubleUtil.GreaterThanOrClose(rootScreenBounds.Right, screenBounds.Right); 68bool isAtLeftScreenEdge = DoubleUtil.LessThanOrClose(rootScreenBounds.Left, screenBounds.Left); 72bool isAlmostAtBottomScreenEdge = DoubleUtil.GreaterThanOrClose(rootScreenBounds.Bottom + verticalDelta, screenBounds.Bottom); 73bool isAlmostAtTopScreenEdge = DoubleUtil.LessThanOrClose(rootScreenBounds.Top - verticalDelta, screenBounds.Top + TopScreenEdgeBuffer); 74bool isAlmostAtRightScreenEdge = DoubleUtil.GreaterThanOrClose(rootScreenBounds.Right + horizontalDelta, screenBounds.Right); 75bool isAlmostAtLeftScreenEdge = DoubleUtil.LessThanOrClose(rootScreenBounds.Left - horizontalDelta, screenBounds.Left); 79if (isAtTopScreenEdge && DoubleUtil.GreaterThanOrClose(verticalDelta, 0)) 90if (isAtBottomScreenEdge && DoubleUtil.GreaterThanOrClose(verticalDelta, 0)) 102if (isAtRightScreenEdge && DoubleUtil.GreaterThanOrClose(horizontalDelta, 0)) 111if (isAtLeftScreenEdge && DoubleUtil.GreaterThanOrClose(horizontalDelta, 0)) 134if (canUserResizeHorizontally && DoubleUtil.GreaterThanOrClose(newWidth, 0) && 135DoubleUtil.LessThanOrClose(minDropDownSize.Width, newWidth)) 141if (canUserResizeVertically && DoubleUtil.GreaterThanOrClose(newHeight, 0) 142&& DoubleUtil.LessThanOrClose(minDropDownSize.Height, newHeight)) 218if (popupChild != null && DoubleUtil.GreaterThan(popupChild.MinWidth, minSize.Width))
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
2731if ((FlowDirection == FlowDirection.LeftToRight && DoubleUtil.GreaterThan(predictedFocusedOrigin.X, focusedOrigin.X)) || 2732(FlowDirection == FlowDirection.RightToLeft && DoubleUtil.LessThan(predictedFocusedOrigin.X, focusedOrigin.X)))
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (4)
1689if (DoubleUtil.GreaterThanOrClose(horizontalOffset, 0) && 1690DoubleUtil.LessThanOrClose(horizontalOffset, ribbon.ActualWidth)) 1719if (DoubleUtil.GreaterThanOrClose(horizontalOffset, 0) && 1720DoubleUtil.LessThanOrClose(horizontalOffset, ribbonPopupChild.RenderSize.Width))
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (8)
819if (DoubleUtil.LessThanOrClose(viewportHeight, 0)) 848if (DoubleUtil.LessThanOrClose(viewportHeight, 0)) 882if (DoubleUtil.LessThanOrClose(viewportHeight, 0) || 1112if (DoubleUtil.GreaterThan(position.X, 0) && 1113DoubleUtil.GreaterThan(position.Y, 0) && 1114DoubleUtil.LessThanOrClose(position.X, element.RenderSize.Width) && 1115DoubleUtil.LessThanOrClose(position.Y, element.RenderSize.Height)) 2867if (!DoubleUtil.AreClose(oldHeight, newHeight) &&
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1264IsDropDownPositionedAbove = DoubleUtil.LessThanOrClose(popupBottomRightCorner.Y, targetTopLeftCorner.Y);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1305bool isDropDownPhysicallyPositionedLeft = DoubleUtil.LessThanOrClose(popupTopLeftCorner.X, targetTopLeftCorner.X);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (4)
651if (DoubleUtil.LessThan(tabHeaderCenterX, 0) || 652DoubleUtil.GreaterThan(tabHeaderCenterX, tabHeaderItemsControl.ActualWidth)) 663if (DoubleUtil.LessThan(horizontalOffset, 0) || 664DoubleUtil.GreaterThan(horizontalOffset, ribbon.ActualWidth))
MS\Internal\Generated\DoubleUtil.cs (4)
168return DoubleUtil.AreClose(size1.Width, size2.Width) && 169DoubleUtil.AreClose(size1.Height, size2.Height); 182return DoubleUtil.AreClose(vector1.X, vector2.X) && 183DoubleUtil.AreClose(vector1.Y, vector2.Y);