8 references to GetAnchorInfo
System.Windows.Forms (8)
System\Windows\Forms\Layout\DefaultLayout.cs (8)
165AnchorInfo? anchorInfo = GetAnchorInfo(element); 238AnchorInfo layout = GetAnchorInfo(element)!; 368Debug.Assert(GetAnchorInfo(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls()."); 725AnchorInfo? anchorInfo = GetAnchorInfo(element); 842AnchorInfo? anchorInfo = GetAnchorInfo(control); 974AnchorInfo? anchorInfo = GetAnchorInfo(element); 1145AnchorInfo? anchorInfo = GetAnchorInfo(element); 1165AnchorInfo? anchorInfo = GetAnchorInfo(element);