2 writes to DropDownAlign
System.Windows.Forms.Tests (2)
System\Windows\Forms\DateTimePickerTests.cs (2)
358
_dateTimePicker.
DropDownAlign
= LeftRightAlignment.Right;
361
_dateTimePicker.
DropDownAlign
= LeftRightAlignment.Left;
4 references to DropDownAlign
System.Windows.Forms.Tests (4)
System\Windows\Forms\DateTimePickerTests.cs (4)
71
Assert.Equal(LeftRightAlignment.Left, control.
DropDownAlign
);
356
_dateTimePicker.
DropDownAlign
.Should().Be(LeftRightAlignment.Left);
359
_dateTimePicker.
DropDownAlign
.Should().Be(LeftRightAlignment.Right);
362
_dateTimePicker.
DropDownAlign
.Should().Be(LeftRightAlignment.Left);