1 write to _unitValue
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (1)
67_unitValue = (type == RibbonControlLengthUnitType.Auto) ? 0.0 : value;
2 references to _unitValue
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (2)
121return ((int)_unitValue + (int)_unitType); 168get { return ((_unitType == RibbonControlLengthUnitType.Auto) ? 1.0 : _unitValue); }