4 references to Anchor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
652LayoutTransaction.DoLayout(element.Container.Container, element, PropertyNames.Anchor); 654LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Anchor);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
440using (new LayoutTransaction(this, this, PropertyNames.Anchor)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
661LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Anchor);