5 references to GetNeedsDockLayout
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
391if (CommonProperties.GetNeedsDockLayout(element)) 617if (!dock && CommonProperties.GetNeedsDockLayout(element)) 896if (CommonProperties.GetNeedsDockLayout(element)) 940bool dockNeedsLayout = CommonProperties.GetNeedsDockLayout(element); 1119if (!CommonProperties.GetNeedsDockLayout(element) && element.ParticipatesInLayout)