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