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)
188
return (int)_unitValue + (int)
_unitType
+ (int)_desiredValue + (int)_displayValue;
199
return
_unitType
== DataGridLengthUnitType.Pixel;
211
return
_unitType
== DataGridLengthUnitType.Auto;
223
return
_unitType
== DataGridLengthUnitType.Star;
232
get { return
_unitType
== DataGridLengthUnitType.SizeToCells; }
240
get { return
_unitType
== DataGridLengthUnitType.SizeToHeader; }
250
return (
_unitType
== DataGridLengthUnitType.Auto) ? AutoValue : _unitValue;
261
return
_unitType
;