8 references to IsZeroWidthOrHeight
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5982if (!LayoutUtils.IsZeroWidthOrHeight(whiteFillRect)) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3700if (LayoutUtils.IsZeroWidthOrHeight(clippingRect)) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1279if (!LayoutUtils.IsZeroWidthOrHeight(intersection)) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
942if ((!ToolStripPanel.Visible || LayoutUtils.IsZeroWidthOrHeight(raftingDisplayRectangle)) && (ToolStripPanel.ParentInternal != null)){ 1453if ((!ToolStripPanel.Visible || LayoutUtils.IsZeroWidthOrHeight(raftingDisplayRectangle)) && (ToolStripPanel.ParentInternal != null)){
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
984if (!LayoutUtils.IsZeroWidthOrHeight(gradientBounds)) { 993if (!LayoutUtils.IsZeroWidthOrHeight(gradientBounds)) {
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1027if (!LayoutUtils.IsZeroWidthOrHeight(sizeGripBounds)) {