4 references to 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);