6 references to xGetAnchor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (4)
391(xGetAnchor(element) == DefaultAnchor 407(xGetAnchor(element) != DefaultAnchor 540Debug.Assert(value != xGetAnchor(element), "PERF: Caller should guard against setting Anchor to original value."); 550Debug.Assert(xGetAnchor(element) == value, "Error detected setting Anchor.");
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
625return CommonProperties.xGetAnchor(element);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
652return CommonProperties.xGetAnchor(this);