8 references to InvalidSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
320element.Properties.SetSize(_preferredSizeCacheProperty, LayoutUtils.InvalidSize); 351if (found && (size != LayoutUtils.InvalidSize)) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
531private Size unconstrainedPreferredSize = LayoutUtils.InvalidSize; 541unconstrainedPreferredSize = LayoutUtils.InvalidSize; 614if (unconstrainedPreferredSize == LayoutUtils.InvalidSize) {
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
4781Size cachedSize = LayoutUtils.InvalidSize; 4782Size cachedProposedConstraints = LayoutUtils.InvalidSize; 4786if (cachedSize != LayoutUtils.InvalidSize