3 references to ConvertZeroToUnbounded
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (3)
103
proposedSize = HostUtils.IntersectSizes(HostUtils.ConvertZeroOrOneToUnbounded(proposedSize), HostUtils.
ConvertZeroToUnbounded
(MaximumSize));
120
prefSize = HostUtils.IntersectSizes(prefSize, HostUtils.
ConvertZeroToUnbounded
(MaximumSize));
319
SD.Size priorMaxSize = HostUtils.
ConvertZeroToUnbounded
(MaximumSize);