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