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