1 write to _formatStringDialog
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringDialogTests.cs (1)
17
public FormatStringDialogTests() =>
_formatStringDialog
= new(_context.Object);
12 references to _formatStringDialog
System.Windows.Forms.Design.Tests (12)
System\Windows\Forms\Design\FormatStringDialogTests.cs (12)
19
public void Dispose() =>
_formatStringDialog
.Dispose();
38
_formatStringDialog
.RightToLeft.Should().Be(RightToLeft.No);
39
_formatStringDialog
.RightToLeftLayout.Should().Be(false);
43
_formatStringDialog
.RightToLeft.Should().Be(RightToLeft.Yes);
44
_formatStringDialog
.RightToLeftLayout.Should().Be(true);
51
Action action = () =>
_formatStringDialog
.DataGridViewCellStyle = new();
57
public void Dirty_ReturnsDefault() =>
_formatStringDialog
.Dirty.Should().Be(false);
65
_formatStringDialog
.ListControl = listControl;
81
dynamic? okButtonField =
_formatStringDialog
.TestAccessor().Dynamic._okButton;
82
dynamic? cancelButtonField =
_formatStringDialog
.TestAccessor().Dynamic._cancelButton;
83
dynamic? formatControlField =
_formatStringDialog
.TestAccessor().Dynamic._formatControl1;
104
_formatStringDialog
.FormatControlFinishedLoading();