6 references to GetDock
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
1696get => DefaultLayout.GetDock(this);
System\Windows\Forms\Layout\DefaultLayout.cs (4)
396switch (GetDock(element)) 492DockStyle dockStyle = GetDock(element); 937if (GetDock(element) != value) 970Debug.Assert(GetDock(element) == value, "Error setting Dock value.");
System\Windows\Forms\Layout\LayoutUtils.cs (1)
266DockStyle dockStyle = DefaultLayout.GetDock(element);