1 write to _unitType
PresentationFramework (1)
System\Windows\Controls\DataGridLength.cs (1)
112_unitType = type;
8 references to _unitType
PresentationFramework (8)
System\Windows\Controls\DataGridLength.cs (8)
188return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)_displayValue; 199return _unitType == DataGridLengthUnitType.Pixel; 211return _unitType == DataGridLengthUnitType.Auto; 223return _unitType == DataGridLengthUnitType.Star; 232get { return _unitType == DataGridLengthUnitType.SizeToCells; } 240get { return _unitType == DataGridLengthUnitType.SizeToHeader; } 250return (_unitType == DataGridLengthUnitType.Auto) ? AutoValue : _unitValue; 261return _unitType;