8 references to Auto
PresentationFramework (8)
System\Windows\Controls\DataGridColumn.cs (1)
373else if (type == DataGridLengthUnitType.Auto ||
System\Windows\Controls\DataGridLength.cs (5)
82if (type != DataGridLengthUnitType.Auto && 107_unitValue = (type == DataGridLengthUnitType.Auto) ? AutoValue : value; 206return _unitType == DataGridLengthUnitType.Auto; 245return (_unitType == DataGridLengthUnitType.Auto) ? AutoValue : _unitValue; 345private static readonly DataGridLength _auto = new DataGridLength(AutoValue, DataGridLengthUnitType.Auto, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (2)
87type = DataGridLengthUnitType.Auto; 160case DataGridLengthUnitType.Auto: