4 references to ConvertZeroToUnbounded
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
2152proposedSize = LayoutUtils.ConvertZeroToUnbounded(proposedSize); 5289Size maximumSize = LayoutUtils.ConvertZeroToUnbounded(MaximumSize); 9876Size maximumSize = LayoutUtils.ConvertZeroToUnbounded(maxSize);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2341constrainingSize = LayoutUtils.ConvertZeroToUnbounded(constrainingSize);