36 references to IsStar
PresentationFramework (36)
System\Windows\Controls\DataGridColumn.cs (8)
243
if (oldWidth.
IsStar
!= newWidth.
IsStar
)
250
if (dataGrid != null && (newWidth.
IsStar
^ oldWidth.
IsStar
))
270
if (!newWidth.
IsStar
&& !newWidth.IsAbsolute)
444
column.Width.
IsStar
)
524
width.
IsStar
||
595
Debug.Assert(Width.
IsStar
);
System\Windows\Controls\DataGridColumnCollection.cs (28)
810
if (width.
IsStar
)
882
if (column.IsVisible && !width.
IsStar
)
916
if (column.IsVisible && width.
IsStar
)
1191
if (!width.
IsStar
)
1226
if (width.
IsStar
)
1269
if (width.
IsStar
)
1300
if (oldWidth.
IsStar
&& !width.
IsStar
&& !hasStarColumns)
1304
else if (width.
IsStar
&& !oldWidth.
IsStar
)
1318
else if (width.
IsStar
&& oldWidth.
IsStar
)
1416
if (column.Width.
IsStar
)
1447
width.
IsStar
)
1617
if (width.
IsStar
&& !DoubleUtil.AreClose(width.Value, 0.0))
1669
else if (column.Width.
IsStar
&& CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth))
1703
if (!width.
IsStar
&&
1751
if (!resizingColumn.Width.
IsStar
)
1787
if (!width.
IsStar
&&
1867
if (width.
IsStar
&& !DoubleUtil.AreClose(width.Value, 0.0))
1918
else if (column.Width.
IsStar
&& CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth))
1936
if (width.
IsStar
)
1986
if (width.
IsStar
&& column.IsVisible)
2069
if (width.
IsStar
)
2105
if (width.
IsStar
)
2258
if (width.
IsStar
&& column.IsVisible)
2332
if (width.
IsStar
)
2369
if (width.
IsStar
)