4 references to GetAnchorInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (4)
134AnchorInfo layout = GetAnchorInfo(element); 246Debug.Assert(GetAnchorInfo(element) != null, "AnchorInfo should be initialized before LayoutAnchorControls()."); 542AnchorInfo anchorInfo = GetAnchorInfo(element); 701AnchorInfo anchorInfo = GetAnchorInfo(element);