36 references to IsStar
PresentationFramework (36)
System\Windows\Controls\DataGridColumn.cs (8)
243if (oldWidth.IsStar != newWidth.IsStar) 250if (dataGrid != null && (newWidth.IsStar ^ oldWidth.IsStar)) 270if (!newWidth.IsStar && !newWidth.IsAbsolute) 444column.Width.IsStar) 524width.IsStar || 595Debug.Assert(Width.IsStar);
System\Windows\Controls\DataGridColumnCollection.cs (28)
810if (width.IsStar) 882if (column.IsVisible && !width.IsStar) 916if (column.IsVisible && width.IsStar) 1191if (!width.IsStar) 1226if (width.IsStar) 1269if (width.IsStar) 1300if (oldWidth.IsStar && !width.IsStar && !hasStarColumns) 1304else if (width.IsStar && !oldWidth.IsStar) 1318else if (width.IsStar && oldWidth.IsStar) 1416if (column.Width.IsStar) 1447width.IsStar) 1617if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1669else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth)) 1703if (!width.IsStar && 1751if (!resizingColumn.Width.IsStar) 1787if (!width.IsStar && 1867if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1918else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth)) 1936if (width.IsStar) 1986if (width.IsStar && column.IsVisible) 2069if (width.IsStar) 2105if (width.IsStar) 2258if (width.IsStar && column.IsVisible) 2332if (width.IsStar) 2369if (width.IsStar)