5 references to SizeToCells
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
379type == DataGridLengthUnitType.SizeToCells ||
src\Framework\System\Windows\Controls\DataGridLength.cs (3)
90type != DataGridLengthUnitType.SizeToCells && 233get { return _unitType == DataGridLengthUnitType.SizeToCells; } 352private static readonly DataGridLength _sizeToCells = new DataGridLength(AutoValue, DataGridLengthUnitType.SizeToCells, 0d, 0d);
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
175case DataGridLengthUnitType.SizeToCells: