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)
183
return (int)_unitValue + (int)
_unitType
+ (int)_desiredValue + (int)_displayValue;
194
return
_unitType
== DataGridLengthUnitType.Pixel;
206
return
_unitType
== DataGridLengthUnitType.Auto;
218
return
_unitType
== DataGridLengthUnitType.Star;
227
get { return
_unitType
== DataGridLengthUnitType.SizeToCells; }
235
get { return
_unitType
== DataGridLengthUnitType.SizeToHeader; }
245
return (
_unitType
== DataGridLengthUnitType.Auto) ? AutoValue : _unitValue;
256
return
_unitType
;