8 references to Auto
PresentationFramework (8)
System\Windows\Controls\DataGridColumn.cs (1)
377else if (type == DataGridLengthUnitType.Auto ||
System\Windows\Controls\DataGridLength.cs (5)
86if (type != DataGridLengthUnitType.Auto && 111_unitValue = (type == DataGridLengthUnitType.Auto) ? AutoValue : value; 211return _unitType == DataGridLengthUnitType.Auto; 250return (_unitType == DataGridLengthUnitType.Auto) ? AutoValue : _unitValue; 350private static readonly DataGridLength _auto = new DataGridLength(AutoValue, DataGridLengthUnitType.Auto, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (2)
92type = DataGridLengthUnitType.Auto; 165case DataGridLengthUnitType.Auto: