8 references to GetAnchorInfo
System.Windows.Forms (8)
System\Windows\Forms\Layout\DefaultLayout.cs (8)
166
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
239
AnchorInfo layout =
GetAnchorInfo
(element)!;
369
Debug.Assert(
GetAnchorInfo
(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls().");
726
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
843
AnchorInfo? anchorInfo =
GetAnchorInfo
(control);
975
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1146
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1166
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);