5 references to GetNeedsDockLayout
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
391
if (CommonProperties.
GetNeedsDockLayout
(element))
617
if (!dock && CommonProperties.
GetNeedsDockLayout
(element))
896
if (CommonProperties.
GetNeedsDockLayout
(element))
940
bool dockNeedsLayout = CommonProperties.
GetNeedsDockLayout
(element);
1119
if (!CommonProperties.
GetNeedsDockLayout
(element) && element.ParticipatesInLayout)