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