6 writes to RightToLeftLayout
PresentationUI (2)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
129
_dateTimePicker.
RightToLeftLayout
= true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
294
this.datePickerValidUntil.
RightToLeftLayout
= true;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DateTimePickerTests.cs (4)
448
_dateTimePicker.
RightToLeftLayout
= true;
451
_dateTimePicker.
RightToLeftLayout
= false;
635
_dateTimePicker.
RightToLeftLayout
= !_dateTimePicker.RightToLeftLayout;
639
_dateTimePicker.
RightToLeftLayout
= !_dateTimePicker.RightToLeftLayout;
8 references to RightToLeftLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
411
if (RightToLeft == RightToLeft.Yes &&
RightToLeftLayout
)
1503
if (
RightToLeftLayout
&& RightToLeft == RightToLeft.Yes)
System.Windows.Forms.Tests (6)
System\Windows\Forms\DateTimePickerTests.cs (6)
106
Assert.False(control.
RightToLeftLayout
);
446
_dateTimePicker.
RightToLeftLayout
.Should().Be(false);
449
_dateTimePicker.
RightToLeftLayout
.Should().Be(true);
452
_dateTimePicker.
RightToLeftLayout
.Should().Be(false);
635
_dateTimePicker.RightToLeftLayout = !_dateTimePicker.
RightToLeftLayout
;
639
_dateTimePicker.RightToLeftLayout = !_dateTimePicker.
RightToLeftLayout
;