1 write to _formatStringDialog
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringEditor.cs (1)
32
_formatStringDialog
??= new FormatStringDialog(context);
4 references to _formatStringDialog
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FormatStringEditor.cs (4)
36
_formatStringDialog
.ListControl = listControl;
40
_formatStringDialog
.DataGridViewCellStyle = cellStyle!;
58
editorService.ShowDialog(
_formatStringDialog
);
61
if (!
_formatStringDialog
.Dirty)