4 references to Star
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridLength.cs (2)
89type != DataGridLengthUnitType.Star && 224return _unitType == DataGridLengthUnitType.Star;
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (2)
180case DataGridLengthUnitType.Star: 266if (unit == DataGridLengthUnitType.Star)