3 instantiations of AnchorInfo
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
728anchorInfo = new AnchorInfo(); 733AnchorInfo oldAnchorInfo = new() 869anchorInfo = 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)!; 725AnchorInfo? anchorInfo = GetAnchorInfo(element); 733AnchorInfo oldAnchorInfo = new() 842AnchorInfo? anchorInfo = GetAnchorInfo(control); 974AnchorInfo? anchorInfo = GetAnchorInfo(element); 1084internal static AnchorInfo? GetAnchorInfo(IArrangedElement element) => 1085element.Properties.GetValueOrDefault<AnchorInfo>(s_layoutInfoProperty); 1087internal static void SetAnchorInfo(IArrangedElement element, AnchorInfo? value) => 1145AnchorInfo? anchorInfo = GetAnchorInfo(element); 1165AnchorInfo? anchorInfo = GetAnchorInfo(element);