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