2 references to ControlAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
813
Rectangle bounds = LayoutUtils.Align(size, this.Bounds,
ControlAlign
);
821
bounds = LayoutUtils.Align(control.Size, this.Bounds,
ControlAlign
);