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