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