5 references to SizeToHeader
PresentationFramework (5)
System\Windows\Controls\DataGridColumn.cs (1)
379type == DataGridLengthUnitType.SizeToHeader)
System\Windows\Controls\DataGridLength.cs (3)
90type != DataGridLengthUnitType.SizeToHeader) 240get { return _unitType == DataGridLengthUnitType.SizeToHeader; } 352private static readonly DataGridLength _sizeToHeader = new DataGridLength(AutoValue, DataGridLengthUnitType.SizeToHeader, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (1)
167case DataGridLengthUnitType.SizeToHeader: