1 write to _context
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
31
_context
= new(MockBehavior.Strict);
5 references to _context
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\FormatStringEditorTests.cs (5)
32
_context
.Setup(c => c.Instance).Returns(_cellStyle);
52
object? result = _editor.EditValue(
_context
.Object, _provider.Object, "NewValue");
61
_editor.EditValue(
_context
.Object, _provider.Object, "NewValue");
79
using FormatStringDialog dialog = new(
_context
.Object);
84
_editor.EditValue(
_context
.Object, _provider.Object, "NewValue");