4 references to Anchor
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
352using (new LayoutTransaction(this, this, PropertyNames.Anchor))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
612LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Anchor);
System\Windows\Forms\Layout\DefaultLayout.cs (2)
922LayoutTransaction.DoLayout(element.Container.Container, element, PropertyNames.Anchor); 925LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Anchor);