4 references to ConvertZeroToUnbounded
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
2058
proposedSize = LayoutUtils.
ConvertZeroToUnbounded
(proposedSize);
5195
Size maximumSize = LayoutUtils.
ConvertZeroToUnbounded
(MaximumSize);
9773
Size maximumSize = LayoutUtils.
ConvertZeroToUnbounded
(maxSize);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2339
constrainingSize = LayoutUtils.
ConvertZeroToUnbounded
(constrainingSize);