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