5 references to SizeToHeader
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
380type == DataGridLengthUnitType.SizeToHeader)
src\Framework\System\Windows\Controls\DataGridLength.cs (3)
91type != DataGridLengthUnitType.SizeToHeader) 241get { return _unitType == DataGridLengthUnitType.SizeToHeader; } 353private static readonly DataGridLength _sizeToHeader = new DataGridLength(AutoValue, DataGridLengthUnitType.SizeToHeader, 0d, 0d);
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
176case DataGridLengthUnitType.SizeToHeader: