36 references to IsStar
PresentationFramework (36)
System\Windows\Controls\DataGridColumn.cs (8)
240if (oldWidth.IsStar != newWidth.IsStar) 247if (dataGrid != null && (newWidth.IsStar ^ oldWidth.IsStar)) 267if (!newWidth.IsStar && !newWidth.IsAbsolute) 441column.Width.IsStar) 521width.IsStar || 592Debug.Assert(Width.IsStar);
System\Windows\Controls\DataGridColumnCollection.cs (28)
806if (width.IsStar) 878if (column.IsVisible && !width.IsStar) 912if (column.IsVisible && width.IsStar) 1184if (!width.IsStar) 1219if (width.IsStar) 1262if (width.IsStar) 1293if (oldWidth.IsStar && !width.IsStar && !hasStarColumns) 1297else if (width.IsStar && !oldWidth.IsStar) 1311else if (width.IsStar && oldWidth.IsStar) 1409if (column.Width.IsStar) 1440width.IsStar) 1610if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1662else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth)) 1696if (!width.IsStar && 1744if (!resizingColumn.Width.IsStar) 1780if (!width.IsStar && 1860if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1911else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth)) 1929if (width.IsStar) 1979if (width.IsStar && column.IsVisible) 2062if (width.IsStar) 2098if (width.IsStar) 2251if (width.IsStar && column.IsVisible) 2325if (width.IsStar) 2362if (width.IsStar)