8 references to IsZeroWidthOrHeight
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
128if (!LayoutUtils.IsZeroWidthOrHeight(_whiteFillRect))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3522if (LayoutUtils.IsZeroWidthOrHeight(clippingRect))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
1099if (!LayoutUtils.IsZeroWidthOrHeight(intersection))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
32if ((!ToolStripPanel.Visible || LayoutUtils.IsZeroWidthOrHeight(raftingDisplayRectangle)) && (ToolStripPanel.ParentInternal is not null))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
33if ((!ToolStripPanel.Visible || LayoutUtils.IsZeroWidthOrHeight(raftingDisplayRectangle)) && (ToolStripPanel.ParentInternal is not null))
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
1142if (!LayoutUtils.IsZeroWidthOrHeight(gradientBounds)) 1156if (!LayoutUtils.IsZeroWidthOrHeight(gradientBounds))
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
975if (!LayoutUtils.IsZeroWidthOrHeight(sizeGripBounds))