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