5 references to DefaultDock
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
1693[DefaultValue(CommonProperties.DefaultDock)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
622[DefaultValue(CommonProperties.DefaultDock)]
System\Windows\Forms\Layout\CommonProperties.cs (3)
425&& xGetDock(element) == DefaultDock 575value = mode == DockAnchorMode.Dock ? value : DefaultDock; 578Debug.Assert(mode == DockAnchorMode.Dock || value == DefaultDock,