5 references to DefaultDock
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
2345DefaultValue(CommonProperties.DefaultDock),
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (3)
392&& xGetDock(element) == DefaultDock 525value = mode == DockAnchorMode.Dock ? value : DefaultDock; 528Debug.Assert(mode == DockAnchorMode.Dock || value == DefaultDock,
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
671DefaultValue(CommonProperties.DefaultDock)