4 instantiations of FormatStringDialog
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringEditor.cs (1)
32
_formatStringDialog ??= new
FormatStringDialog
(context);
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\FormatStringDialogTests.cs (2)
15
public FormatStringDialogTests() => _formatStringDialog =
new
(_context.Object);
24
FormatStringDialog dialog =
new
(_context.Object);
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
79
using FormatStringDialog dialog =
new
(_context.Object);
8 references to FormatStringDialog
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatControl.cs (1)
424
if (ctl is
FormatStringDialog
fsd)
System\Windows\Forms\Design\FormatStringEditor.cs (2)
12
private
FormatStringDialog
? _formatStringDialog;
59
FormatStringDialog
.End();
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\FormatStringDialogTests.cs (3)
11
private readonly
FormatStringDialog
_formatStringDialog;
24
FormatStringDialog
dialog = new(_context.Object);
71
Action action =
FormatStringDialog
.End;
System\Windows\Forms\Design\FormatStringEditorTests.cs (2)
55
_mockEditorService.Verify(es => es.ShowDialog(It.IsAny<
FormatStringDialog
>()), Times.Once);
79
using
FormatStringDialog
dialog = new(_context.Object);