3 references to GetAnchorDestination
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
370SetCachedBounds(element, GetAnchorDestination(element, displayRectangle, measureOnly: false)); 1152Rectangle anchorDest = GetAnchorDestination(element, Rectangle.Empty, measureOnly: true); 1163Rectangle anchorDest = GetAnchorDestination(element, Rectangle.Empty, measureOnly: true);