1 write to _unitValue
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridLength.cs (1)
112_unitValue = (type == DataGridLengthUnitType.Auto) ? AutoValue : value;
2 references to _unitValue
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridLength.cs (2)
189return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)_displayValue; 251return (_unitType == DataGridLengthUnitType.Auto) ? AutoValue : _unitValue;