6 references to _editor
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\FormatStringEditorTests.cs (6)
39
_editor
.EditValue(null, provider, value).Should().Be(value);
46
_editor
.GetEditStyle(context).Should().Be(UITypeEditorEditStyle.Modal);
52
object? result =
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");
61
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");
81
_editor
.TestAccessor().Dynamic._formatStringDialog = dialog;
84
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");