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