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)
124
return ((int)
_unitValue
+ (int)_unitType);
171
get { return ((_unitType == RibbonControlLengthUnitType.Auto) ? 1.0 :
_unitValue
); }