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