1 write to _formatStringDialog
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringDialogTests.cs (1)
15
public FormatStringDialogTests() =>
_formatStringDialog
= new(_context.Object);
12 references to _formatStringDialog
System.Windows.Forms.Design.Tests (12)
System\Windows\Forms\Design\FormatStringDialogTests.cs (12)
17
public void Dispose() =>
_formatStringDialog
.Dispose();
36
_formatStringDialog
.RightToLeft.Should().Be(RightToLeft.No);
37
_formatStringDialog
.RightToLeftLayout.Should().Be(false);
41
_formatStringDialog
.RightToLeft.Should().Be(RightToLeft.Yes);
42
_formatStringDialog
.RightToLeftLayout.Should().Be(true);
49
Action action = () =>
_formatStringDialog
.DataGridViewCellStyle = new();
55
public void Dirty_ReturnsDefault() =>
_formatStringDialog
.Dirty.Should().Be(false);
63
_formatStringDialog
.ListControl = listControl;
79
dynamic? okButtonField =
_formatStringDialog
.TestAccessor().Dynamic._okButton;
80
dynamic? cancelButtonField =
_formatStringDialog
.TestAccessor().Dynamic._cancelButton;
81
dynamic? formatControlField =
_formatStringDialog
.TestAccessor().Dynamic._formatControl1;
102
_formatStringDialog
.FormatControlFinishedLoading();