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