8 references to DefaultAnchor
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (1)
589[DefaultValue(CommonProperties.DefaultAnchor)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
596[DefaultValue(CommonProperties.DefaultAnchor)]
System\Windows\Forms\Layout\CommonProperties.cs (6)
429(xGetAnchor(element) == DefaultAnchor 447(xGetAnchor(element) != DefaultAnchor 544value = mode == DockAnchorMode.Anchor ? xTranslateAnchorValue(value) : DefaultAnchor; 546Debug.Assert(mode == DockAnchorMode.Anchor || value == DefaultAnchor, "xGetAnchor needs to return DefaultAnchor when docked."); 637AnchorStyles.None => DefaultAnchor, 638DefaultAnchor => AnchorStyles.None,