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)
113
string formatString = _dgvCellStyle is not null ? _dgvCellStyle.Format :
_listControl
!.FormatString;
130
Debug.Assert(
_listControl
is not null, "we check this everywhere, but it does not hurt to check it again");
275
_listControl
!.FormatString = formatTypeItem.FormatString;