3 writes to Anchor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
479DisplayedItems[i].Anchor = (spring) ? AllAnchor : VerticalAnchor; 521DisplayedItems[i].Anchor = (spring) ? AllAnchor : HorizontalAnchor;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
619menuItem.Anchor = this.Anchor;
2 references to Anchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
657if(value != Anchor) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
619menuItem.Anchor = this.Anchor;