3 instantiations of AnchorInfo
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
729anchorInfo = new AnchorInfo(); 734AnchorInfo oldAnchorInfo = new() 870anchorInfo = new AnchorInfo();
11 references to AnchorInfo
System.Windows.Forms (11)
System\Windows\Forms\Layout\DefaultLayout.cs (11)
166AnchorInfo? anchorInfo = GetAnchorInfo(element); 239AnchorInfo layout = GetAnchorInfo(element)!; 726AnchorInfo? anchorInfo = GetAnchorInfo(element); 734AnchorInfo oldAnchorInfo = new() 843AnchorInfo? anchorInfo = GetAnchorInfo(control); 975AnchorInfo? anchorInfo = GetAnchorInfo(element); 1085internal static AnchorInfo? GetAnchorInfo(IArrangedElement element) => 1086element.Properties.GetValueOrDefault<AnchorInfo>(s_layoutInfoProperty); 1088internal static void SetAnchorInfo(IArrangedElement element, AnchorInfo? value) => 1146AnchorInfo? anchorInfo = GetAnchorInfo(element); 1166AnchorInfo? anchorInfo = GetAnchorInfo(element);