2 references to _context
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FormatStringDialogTests.cs (2)
17
public FormatStringDialogTests() => _formatStringDialog = new(
_context
.Object);
26
FormatStringDialog dialog = new(
_context
.Object);