16 references to Star
PresentationFramework (16)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (3)
2089
case (GridUnitType.
Star
):
2168
Debug.Assert(_calculatedColumns[i].UserWidth.GridUnitType == GridUnitType.Auto || _calculatedColumns[i].UserWidth.GridUnitType == GridUnitType.
Star
|| _calculatedColumns[i].UserWidth.GridUnitType == GridUnitType.Pixel, "Unexpected GridUnitType");
2190
_calculatedColumns[i].UserWidth = new GridLength(iP, GridUnitType.
Star
);
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (2)
100
colDef3.Width = new GridLength(1, GridUnitType.
Star
);
107
rowDef2.Height = new GridLength(1, GridUnitType.
Star
);
src\Framework\System\Windows\Controls\Grid.cs (1)
1175
case (GridUnitType.
Star
):
src\Framework\System\Windows\Controls\GridSplitter.cs (3)
844
SetDefinitionLength(definition, new GridLength(definition1Pixels, GridUnitType.
Star
));
848
SetDefinitionLength(definition, new GridLength(definition2Pixels, GridUnitType.
Star
));
852
SetDefinitionLength(definition, new GridLength(GetActualLength(definition), GridUnitType.
Star
));
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2745
gridColumn1.SetValue(ColumnDefinition.WidthProperty, new GridLength(1.0, GridUnitType.
Star
));
2747
gridRow1.SetValue(RowDefinition.HeightProperty, new GridLength(1.0, GridUnitType.
Star
));
src\Framework\System\Windows\Documents\TableColumn.cs (1)
204
if ((gridLength.GridUnitType == GridUnitType.Pixel || gridLength.GridUnitType == GridUnitType.
Star
) &&
src\Framework\System\Windows\GridLength.cs (2)
106
&& type != GridUnitType.
Star
)
204
public bool IsStar { get { return (_unitType == GridUnitType.
Star
); } }
src\Framework\System\Windows\GridLengthConverter.cs (1)
228
case (GridUnitType.
Star
):
src\Framework\System\Windows\Markup\XamlGridLengthSerializer.cs (1)
255
|| unit == GridUnitType.
Star
) )