4 references to ConvertZeroToUnbounded
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
2057
proposedSize = LayoutUtils.
ConvertZeroToUnbounded
(proposedSize);
5154
Size maximumSize = LayoutUtils.
ConvertZeroToUnbounded
(MaximumSize);
9740
Size maximumSize = LayoutUtils.
ConvertZeroToUnbounded
(maxSize);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2347
constrainingSize = LayoutUtils.
ConvertZeroToUnbounded
(constrainingSize);