2 instantiations of AnchorInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
544anchorInfo = new AnchorInfo(); 557AnchorInfo oldAnchorInfo = new AnchorInfo();
7 references to AnchorInfo
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
134AnchorInfo layout = GetAnchorInfo(element); 542AnchorInfo anchorInfo = GetAnchorInfo(element); 557AnchorInfo oldAnchorInfo = new AnchorInfo(); 701AnchorInfo anchorInfo = GetAnchorInfo(element); 787private static AnchorInfo GetAnchorInfo(IArrangedElement element) { 788return (AnchorInfo) element.Properties.GetObject(_layoutInfoProperty); 791private static void SetAnchorInfo(IArrangedElement element, AnchorInfo value) {