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