5 references to Star
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (3)
54
if (type == RibbonControlLengthUnitType.
Star
&& double.IsInfinity(value))
62
&& type != RibbonControlLengthUnitType.
Star
)
161
get { return (_unitType == RibbonControlLengthUnitType.
Star
); }
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (2)
159
case RibbonControlLengthUnitType.
Star
:
227
if (strLen == strLenUnit && (unit == RibbonControlLengthUnitType.Auto || unit == RibbonControlLengthUnitType.
Star
))