1 write to _unitValue
PresentationFramework (1)
src\Framework\System\Windows\FigureLength.cs (1)
139_unitValue = (type == FigureUnitType.Auto) ? 0.0 : value;
2 references to _unitValue
PresentationFramework (2)
src\Framework\System\Windows\FigureLength.cs (2)
213return ((int)_unitValue + (int)_unitType); 246public double Value { get { return ((_unitType == FigureUnitType.Auto) ? 1.0 : _unitValue); } }