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)
213
return ((int)
_unitValue
+ (int)_unitType);
246
public double Value { get { return ((_unitType == FigureUnitType.Auto) ? 1.0 :
_unitValue
); } }