9 references to GetAnchor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (1)
935return DefaultLayout.GetAnchor(this);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
38AnchorStyles anchor = GetAnchor(element); 99AnchorStyles anchor = GetAnchor(element); 148AnchorStyles anchor = GetAnchor(element); 581AnchorStyles anchor = GetAnchor(element); 629AnchorStyles oldValue = GetAnchor(element); 657Debug.Assert(GetAnchor(element) == value, "Error setting Anchor value."); 829AnchorStyles anchor = GetAnchor(element);
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
244return DefaultLayout.GetAnchor(element);