6 references to GetDock
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
1695get => DefaultLayout.GetDock(this);
System\Windows\Forms\Layout\DefaultLayout.cs (4)
395switch (GetDock(element)) 491DockStyle dockStyle = GetDock(element); 936if (GetDock(element) != value) 969Debug.Assert(GetDock(element) == value, "Error setting Dock value.");
System\Windows\Forms\Layout\LayoutUtils.cs (1)
266DockStyle dockStyle = DefaultLayout.GetDock(element);