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