4 references to Dock
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
677using (new LayoutTransaction(element.Container as Control, element, PropertyNames.Dock)) {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
767using (new LayoutTransaction(this, this, PropertyNames.Dock)) 768using (new LayoutTransaction(this.ParentInternal, this, PropertyNames.Dock)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
688LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Dock);