8 references to xGetDock
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
628
return CommonProperties.
xGetDock
(this);
System\Windows\Forms\Layout\CommonProperties.cs (6)
430
&&
xGetDock
(element) == DefaultDock
448
|| (GetAutoSize(element) != DefaultAutoSize &&
xGetDock
(element) == DockStyle.None)) == result,
463
Debug.Assert(((
xGetDock
(element) != DockStyle.None) && element.ParticipatesInLayout) == result,
564
Debug.Assert(result == (GetAutoSize(element) &&
xGetDock
(element) == DockStyle.None),
613
Debug.Assert(value !=
xGetDock
(element), "PERF: Caller should guard against setting Dock to original value.");
623
Debug.Assert(
xGetDock
(element) == value, "Error detected setting Dock.");
System\Windows\Forms\Layout\DefaultLayout.cs (1)
931
public static DockStyle GetDock(IArrangedElement element) => CommonProperties.
xGetDock
(element);