1 instantiation of FormatStringEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
14private readonly FormatStringEditor _editor = new();
4 references to FormatStringEditor
System.Design (1)
System.Design.Forwards.cs (1)
15[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.FormatStringEditor))]
System.Windows.Forms.Design.Tests (3)
EnsureEditorsTests.cs (2)
91[InlineData(typeof(DataGridViewCellStyle), "Format", typeof(FormatStringEditor))] 109[InlineData(typeof(ListControl), "FormatString", typeof(FormatStringEditor))]
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
14private readonly FormatStringEditor _editor = new();