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