1 write to _displayValue
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridLength.cs (1)
116_displayValue = displayValue;
2 references to _displayValue
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridLength.cs (2)
189return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)_displayValue; 284return _displayValue;