5 references to xGetAnchor
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
602
return CommonProperties.
xGetAnchor
(this);
System\Windows\Forms\Layout\CommonProperties.cs (3)
429
(
xGetAnchor
(element) == DefaultAnchor
447
(
xGetAnchor
(element) != DefaultAnchor
594
Debug.Assert(value !=
xGetAnchor
(element), "PERF: Caller should guard against setting Anchor to original value.");
System\Windows\Forms\Layout\DefaultLayout.cs (1)
890
public static AnchorStyles GetAnchor(IArrangedElement element) => CommonProperties.
xGetAnchor
(element);