5 references to GetNeedsDockLayout
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (5)
272if (CommonProperties.GetNeedsDockLayout(element)) { 483if (!dock && CommonProperties.GetNeedsDockLayout(element)) dock = true; 631if(CommonProperties.GetNeedsDockLayout(element)) { 674bool dockNeedsLayout = CommonProperties.GetNeedsDockLayout(element); 828if(!CommonProperties.GetNeedsDockLayout(element) && element.ParticipatesInLayout) {