36 references to IsStar
PresentationFramework (36)
System\Windows\Controls\DataGridColumn.cs (8)
239if (oldWidth.IsStar != newWidth.IsStar) 246if (dataGrid != null && (newWidth.IsStar ^ oldWidth.IsStar)) 266if (!newWidth.IsStar && !newWidth.IsAbsolute) 440column.Width.IsStar) 520width.IsStar || 591Debug.Assert(Width.IsStar);
System\Windows\Controls\DataGridColumnCollection.cs (28)
805if (width.IsStar) 877if (column.IsVisible && !width.IsStar) 911if (column.IsVisible && width.IsStar) 1183if (!width.IsStar) 1218if (width.IsStar) 1261if (width.IsStar) 1292if (oldWidth.IsStar && !width.IsStar && !hasStarColumns) 1296else if (width.IsStar && !oldWidth.IsStar) 1310else if (width.IsStar && oldWidth.IsStar) 1408if (column.Width.IsStar) 1439width.IsStar) 1609if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1661else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth)) 1695if (!width.IsStar && 1743if (!resizingColumn.Width.IsStar) 1779if (!width.IsStar && 1859if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1910else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth)) 1928if (width.IsStar) 1978if (width.IsStar && column.IsVisible) 2061if (width.IsStar) 2097if (width.IsStar) 2250if (width.IsStar && column.IsVisible) 2324if (width.IsStar) 2361if (width.IsStar)