3 instantiations of AnchorInfo
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
733anchorInfo = new AnchorInfo(); 738AnchorInfo oldAnchorInfo = new() 877anchorInfo = new AnchorInfo();
11 references to AnchorInfo
System.Windows.Forms (11)
System\Windows\Forms\Layout\DefaultLayout.cs (11)
165AnchorInfo? anchorInfo = GetAnchorInfo(element); 238AnchorInfo layout = GetAnchorInfo(element)!; 730AnchorInfo? anchorInfo = GetAnchorInfo(element); 738AnchorInfo oldAnchorInfo = new() 849AnchorInfo? anchorInfo = GetAnchorInfo(control); 982AnchorInfo? anchorInfo = GetAnchorInfo(element); 1092internal static AnchorInfo? GetAnchorInfo(IArrangedElement element) => 1093element.Properties.GetValueOrDefault<AnchorInfo>(s_layoutInfoProperty); 1095internal static void SetAnchorInfo(IArrangedElement element, AnchorInfo? value) => 1153AnchorInfo? anchorInfo = GetAnchorInfo(element); 1173AnchorInfo? anchorInfo = GetAnchorInfo(element);