8 references to GetAnchorInfo
System.Windows.Forms (8)
System\Windows\Forms\Layout\DefaultLayout.cs (8)
165
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
238
AnchorInfo layout =
GetAnchorInfo
(element)!;
368
Debug.Assert(
GetAnchorInfo
(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls().");
725
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
842
AnchorInfo? anchorInfo =
GetAnchorInfo
(control);
974
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1145
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1165
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);