2 writes to _listControl
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormatStringDialog.cs (2)
45_listControl = null; 61_listControl = value;
3 references to _listControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatStringDialog.cs (3)
113string formatString = _dgvCellStyle is not null ? _dgvCellStyle.Format : _listControl!.FormatString; 130Debug.Assert(_listControl is not null, "we check this everywhere, but it does not hurt to check it again"); 275_listControl!.FormatString = formatTypeItem.FormatString;