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