36 references to IsStar
PresentationFramework (36)
src\Framework\System\Windows\Controls\DataGridColumn.cs (8)
244if (oldWidth.IsStar != newWidth.IsStar) 251if (dataGrid != null && (newWidth.IsStar ^ oldWidth.IsStar)) 271if (!newWidth.IsStar && !newWidth.IsAbsolute) 445column.Width.IsStar) 525width.IsStar || 596Debug.Assert(Width.IsStar);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (28)
812if (width.IsStar) 884if (column.IsVisible && !width.IsStar) 918if (column.IsVisible && width.IsStar) 1193if (!width.IsStar) 1228if (width.IsStar) 1271if (width.IsStar) 1302if (oldWidth.IsStar && !width.IsStar && !hasStarColumns) 1306else if (width.IsStar && !oldWidth.IsStar) 1320else if (width.IsStar && oldWidth.IsStar) 1418if (column.Width.IsStar) 1449width.IsStar) 1619if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1671else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth)) 1705if (!width.IsStar && 1753if (!resizingColumn.Width.IsStar) 1789if (!width.IsStar && 1869if (width.IsStar && !DoubleUtil.AreClose(width.Value, 0.0)) 1920else if (column.Width.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth)) 1938if (width.IsStar) 1988if (width.IsStar && column.IsVisible) 2071if (width.IsStar) 2107if (width.IsStar) 2260if (width.IsStar && column.IsVisible) 2334if (width.IsStar) 2371if (width.IsStar)