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