8 references to Auto
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (5)
28
private static RibbonControlLength _auto = new RibbonControlLength(1.0, RibbonControlLengthUnitType.
Auto
);
58
if (type != RibbonControlLengthUnitType.
Auto
66
_unitValue = (type == RibbonControlLengthUnitType.
Auto
) ? 0.0 : value;
150
get { return (_unitType == RibbonControlLengthUnitType.
Auto
); }
167
get { return ((_unitType == RibbonControlLengthUnitType.
Auto
) ? 1.0 : _unitValue); }
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (3)
98
type = RibbonControlLengthUnitType.
Auto
;
150
case RibbonControlLengthUnitType.
Auto
:
226
if (strLen == strLenUnit && (unit == RibbonControlLengthUnitType.
Auto
|| unit == RibbonControlLengthUnitType.Star))