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