5 references to SizeToCells
PresentationFramework (5)
System\Windows\Controls\DataGridColumn.cs (1)
374type == DataGridLengthUnitType.SizeToCells ||
System\Windows\Controls\DataGridLength.cs (3)
85type != DataGridLengthUnitType.SizeToCells && 227get { return _unitType == DataGridLengthUnitType.SizeToCells; } 346private static readonly DataGridLength _sizeToCells = new DataGridLength(AutoValue, DataGridLengthUnitType.SizeToCells, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (1)
161case DataGridLengthUnitType.SizeToCells: