3 references to IsStar
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
161
return controlDef.Width.
IsStar
;
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
120
if (length.IsAuto || length.
IsStar
|| double.IsInfinity(length.Value) || DoubleUtil.LessThan(length.Value, 0))
130
if (length.IsAuto || length.
IsStar
|| DoubleUtil.LessThan(length.Value, 0))