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