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