1 write to _unitType
PresentationFramework (1)
System\Windows\Controls\DataGridLength.cs (1)
108_unitType = type;
8 references to _unitType
PresentationFramework (8)
System\Windows\Controls\DataGridLength.cs (8)
183return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)_displayValue; 194return _unitType == DataGridLengthUnitType.Pixel; 206return _unitType == DataGridLengthUnitType.Auto; 218return _unitType == DataGridLengthUnitType.Star; 227get { return _unitType == DataGridLengthUnitType.SizeToCells; } 235get { return _unitType == DataGridLengthUnitType.SizeToHeader; } 245return (_unitType == DataGridLengthUnitType.Auto) ? AutoValue : _unitValue; 256return _unitType;