10 references to GetAnchor
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
594get => DefaultLayout.GetAnchor(this);
System\Windows\Forms\Layout\CommonProperties.cs (1)
534/// Do not use this. Use <see cref="DefaultLayout.GetAnchor(IArrangedElement)"/>.
System\Windows\Forms\Layout\DefaultLayout.cs (7)
34AnchorStyles anchor = GetAnchor(element); 111AnchorStyles anchor = GetAnchor(element); 179AnchorStyles anchors = GetAnchor(element); 246AnchorStyles anchor = GetAnchor(element); 759AnchorStyles anchor = GetAnchor(element); 894AnchorStyles oldValue = GetAnchor(element); 1122AnchorStyles anchor = GetAnchor(element);
System\Windows\Forms\Layout\LayoutUtils.cs (1)
272return DefaultLayout.GetAnchor(element);