4 references to Dock
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
650using (new LayoutTransaction(this, this, PropertyNames.Dock)) 651using (new LayoutTransaction(ParentInternal, this, PropertyNames.Dock))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
640LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Dock);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
944using (new LayoutTransaction(element.Container as Control, element, PropertyNames.Dock))