4 references to Anchor
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
354using (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)
923LayoutTransaction.DoLayout(element.Container.Container, element, PropertyNames.Anchor); 926LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Anchor);