3 references to GetAnchorDestination
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (3)
247SetCachedBounds(element, GetAnchorDestination(element, displayRectangle, /*measureOnly=*/false)); 849Rectangle anchorDest = GetAnchorDestination(element, Rectangle.Empty, /*measureOnly=*/true); 861Rectangle anchorDest = GetAnchorDestination(element, Rectangle.Empty, /*measureOnly=*/true);