4 references to Star
PresentationFramework (4)
System\Windows\Controls\DataGridLength.cs (2)
84type != DataGridLengthUnitType.Star && 218return _unitType == DataGridLengthUnitType.Star;
System\Windows\Controls\DataGridLengthConverter.cs (2)
166case DataGridLengthUnitType.Star: 245if (unit == DataGridLengthUnitType.Star)