5 references to SizeToHeader
PresentationFramework (5)
System\Windows\Controls\DataGridColumn.cs (1)
375type == DataGridLengthUnitType.SizeToHeader)
System\Windows\Controls\DataGridLength.cs (3)
86type != DataGridLengthUnitType.SizeToHeader) 235get { return _unitType == DataGridLengthUnitType.SizeToHeader; } 347private static readonly DataGridLength _sizeToHeader = new DataGridLength(AutoValue, DataGridLengthUnitType.SizeToHeader, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (1)
162case DataGridLengthUnitType.SizeToHeader: