2 writes to _dgvCellStyle
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormatStringDialog.cs (2)
44_dgvCellStyle = value; 62_dgvCellStyle = null;
7 references to _dgvCellStyle
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\FormatStringDialog.cs (7)
113string formatString = _dgvCellStyle is not null ? _dgvCellStyle.Format : _listControl!.FormatString; 114object? nullValue = _dgvCellStyle?.NullValue; 124if (_dgvCellStyle is not null) 268if (_dgvCellStyle is not null) 270_dgvCellStyle.Format = formatTypeItem.FormatString; 271_dgvCellStyle.NullValue = _formatControl1.NullValue;