9 references to GetAnchorInfo
System.Windows.Forms (9)
System\Windows\Forms\Layout\DefaultLayout.cs (9)
165AnchorInfo? anchorInfo = GetAnchorInfo(element); 238AnchorInfo layout = GetAnchorInfo(element)!; 368if (UseAnchorLayoutV2(element) && GetAnchorInfo(element) is null) 373Debug.Assert(GetAnchorInfo(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls()."); 730AnchorInfo? anchorInfo = GetAnchorInfo(element); 849AnchorInfo? anchorInfo = GetAnchorInfo(control); 982AnchorInfo? anchorInfo = GetAnchorInfo(element); 1153AnchorInfo? anchorInfo = GetAnchorInfo(element); 1173AnchorInfo? anchorInfo = GetAnchorInfo(element);