8 references to Auto
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (5)
29
private static RibbonControlLength _auto = new RibbonControlLength(1.0, RibbonControlLengthUnitType.
Auto
);
59
if (type != RibbonControlLengthUnitType.
Auto
67
_unitValue = (type == RibbonControlLengthUnitType.
Auto
) ? 0.0 : value;
152
get { return (_unitType == RibbonControlLengthUnitType.
Auto
); }
169
get { return ((_unitType == RibbonControlLengthUnitType.
Auto
) ? 1.0 : _unitValue); }
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (3)
99
type = RibbonControlLengthUnitType.
Auto
;
151
case RibbonControlLengthUnitType.
Auto
:
227
if (strLen == strLenUnit && (unit == RibbonControlLengthUnitType.
Auto
|| unit == RibbonControlLengthUnitType.Star))