6 references to _editor
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\FormatStringEditorTests.cs (6)
41
_editor
.EditValue(null, provider, value).Should().Be(value);
48
_editor
.GetEditStyle(context).Should().Be(UITypeEditorEditStyle.Modal);
54
object? result =
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");
63
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");
83
_editor
.TestAccessor().Dynamic._formatStringDialog = dialog;
86
_editor
.EditValue(_context.Object, _provider.Object, "NewValue");