1 write to _context
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
33
_context
= new(MockBehavior.Strict);
5 references to _context
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\FormatStringEditorTests.cs (5)
34
_context
.Setup(c => c.Instance).Returns(_cellStyle);
54
object? result = _editor.EditValue(
_context
.Object, _provider.Object, "NewValue");
63
_editor.EditValue(
_context
.Object, _provider.Object, "NewValue");
81
using FormatStringDialog dialog = new(
_context
.Object);
86
_editor.EditValue(
_context
.Object, _provider.Object, "NewValue");