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