4 references to Star
PresentationFramework (4)
System\Windows\Controls\DataGridLength.cs (2)
88type != DataGridLengthUnitType.Star && 223return _unitType == DataGridLengthUnitType.Star;
System\Windows\Controls\DataGridLengthConverter.cs (2)
171case DataGridLengthUnitType.Star: 257if (unit == DataGridLengthUnitType.Star)