5 references to GetNeedsDockLayout
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
392if (CommonProperties.GetNeedsDockLayout(element)) 618if (!dock && CommonProperties.GetNeedsDockLayout(element)) 897if (CommonProperties.GetNeedsDockLayout(element)) 941bool dockNeedsLayout = CommonProperties.GetNeedsDockLayout(element); 1120if (!CommonProperties.GetNeedsDockLayout(element) && element.ParticipatesInLayout)