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)
113
string formatString =
_dgvCellStyle
is not null ?
_dgvCellStyle
.Format : _listControl!.FormatString;
114
object? nullValue =
_dgvCellStyle
?.NullValue;
124
if (
_dgvCellStyle
is not null)
268
if (
_dgvCellStyle
is not null)
270
_dgvCellStyle
.Format = formatTypeItem.FormatString;
271
_dgvCellStyle
.NullValue = _formatControl1.NullValue;