2 writes to FormattedValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (2)
41FormattedValue = formattedValue; 194FormattedValue = formattedValue;
4 references to FormattedValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
100FormattedValue, 135FormattedValue, 164FormattedValue,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs (1)
33Assert.Equal(formattedValue, e.FormattedValue);