8 references to GetAnchorInfo
System.Windows.Forms (8)
System\Windows\Forms\Layout\DefaultLayout.cs (8)
166AnchorInfo? anchorInfo = GetAnchorInfo(element); 239AnchorInfo layout = GetAnchorInfo(element)!; 369Debug.Assert(GetAnchorInfo(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls()."); 726AnchorInfo? anchorInfo = GetAnchorInfo(element); 843AnchorInfo? anchorInfo = GetAnchorInfo(control); 975AnchorInfo? anchorInfo = GetAnchorInfo(element); 1146AnchorInfo? anchorInfo = GetAnchorInfo(element); 1166AnchorInfo? anchorInfo = GetAnchorInfo(element);