2 writes to _value
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
6873_value = GetValue(); 6907_value = newValue;
3 references to _value
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
6878get { return _value; } 6886if (newValue != _value) 6901cellPeer.RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, _value, newValue);