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