6 writes to ControlAlign
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripControlHostTests.cs (6)
706
ControlAlign
= value
714
item.
ControlAlign
= value;
729
item.
ControlAlign
= value;
734
item.
ControlAlign
= value;
747
Assert.Throws<InvalidEnumArgumentException>("value", () => item.
ControlAlign
= value);
2776
ControlAlign
= controlAlign
7 references to ControlAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
651
Rectangle bounds = LayoutUtils.Align(size, Bounds,
ControlAlign
);
660
bounds = LayoutUtils.Align(_control.Size, Bounds,
ControlAlign
);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripControlHostTests.cs (5)
72
Assert.Equal(ContentAlignment.MiddleCenter, item.
ControlAlign
);
708
Assert.Equal(value, item.
ControlAlign
);
715
Assert.Equal(value, item.
ControlAlign
);
730
Assert.Equal(value, item.
ControlAlign
);
735
Assert.Equal(value, item.
ControlAlign
);