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