10 references to GetAnchor
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
593get => DefaultLayout.GetAnchor(this);
System\Windows\Forms\Layout\CommonProperties.cs (1)
529/// Do not use this. Use <see cref="DefaultLayout.GetAnchor(IArrangedElement)"/>.
System\Windows\Forms\Layout\DefaultLayout.cs (7)
33AnchorStyles anchor = GetAnchor(element); 110AnchorStyles anchor = GetAnchor(element); 178AnchorStyles anchors = GetAnchor(element); 245AnchorStyles anchor = GetAnchor(element); 758AnchorStyles anchor = GetAnchor(element); 893AnchorStyles oldValue = GetAnchor(element); 1121AnchorStyles anchor = GetAnchor(element);
System\Windows\Forms\Layout\LayoutUtils.cs (1)
272return DefaultLayout.GetAnchor(element);