9 references to GetAnchorInfo
System.Windows.Forms (9)
System\Windows\Forms\Layout\DefaultLayout.cs (9)
165
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
238
AnchorInfo layout =
GetAnchorInfo
(element)!;
368
if (UseAnchorLayoutV2(element) &&
GetAnchorInfo
(element) is null)
373
Debug.Assert(
GetAnchorInfo
(element) is not null, "AnchorInfo should be initialized before LayoutAnchorControls().");
730
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
849
AnchorInfo? anchorInfo =
GetAnchorInfo
(control);
982
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1153
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);
1173
AnchorInfo? anchorInfo =
GetAnchorInfo
(element);