5 references to GetNeedsDockLayout
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
396if (CommonProperties.GetNeedsDockLayout(element)) 622if (!dock && CommonProperties.GetNeedsDockLayout(element)) 904if (CommonProperties.GetNeedsDockLayout(element)) 948bool dockNeedsLayout = CommonProperties.GetNeedsDockLayout(element); 1127if (!CommonProperties.GetNeedsDockLayout(element) && element.ParticipatesInLayout)