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