8 references to DefaultAnchor
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (1)
929DefaultValue(CommonProperties.DefaultAnchor),
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (6)
391(xGetAnchor(element) == DefaultAnchor 407(xGetAnchor(element) != DefaultAnchor 494value = mode == DockAnchorMode.Anchor ? xTranslateAnchorValue(value) : DefaultAnchor; 496Debug.Assert(mode == DockAnchorMode.Anchor || value == DefaultAnchor, "xGetAnchor needs to return DefaultAnchor when docked."); 583return DefaultAnchor; 584case DefaultAnchor:
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
647DefaultValue(CommonProperties.DefaultAnchor)