6 writes to ControlAlign
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripControlHostTests.cs (6)
704
ControlAlign
= value
712
item.
ControlAlign
= value;
727
item.
ControlAlign
= value;
732
item.
ControlAlign
= value;
745
Assert.Throws<InvalidEnumArgumentException>("value", () => item.
ControlAlign
= value);
2774
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)
70
Assert.Equal(ContentAlignment.MiddleCenter, item.
ControlAlign
);
706
Assert.Equal(value, item.
ControlAlign
);
713
Assert.Equal(value, item.
ControlAlign
);
728
Assert.Equal(value, item.
ControlAlign
);
733
Assert.Equal(value, item.
ControlAlign
);