2 references to IsAuto
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
120if (length.IsAuto || length.IsStar || double.IsInfinity(length.Value) || DoubleUtil.LessThan(length.Value, 0)) 130if (length.IsAuto || length.IsStar || DoubleUtil.LessThan(length.Value, 0))