1 write to _unitType
PresentationFramework (1)
System\Windows\Controls\DataGridLength.cs (1)
109
_unitType
= type;
8 references to _unitType
PresentationFramework (8)
System\Windows\Controls\DataGridLength.cs (8)
184
return (int)_unitValue + (int)
_unitType
+ (int)_desiredValue + (int)_displayValue;
195
return
_unitType
== DataGridLengthUnitType.Pixel;
207
return
_unitType
== DataGridLengthUnitType.Auto;
219
return
_unitType
== DataGridLengthUnitType.Star;
228
get { return
_unitType
== DataGridLengthUnitType.SizeToCells; }
236
get { return
_unitType
== DataGridLengthUnitType.SizeToHeader; }
246
return (
_unitType
== DataGridLengthUnitType.Auto) ? AutoValue : _unitValue;
257
return
_unitType
;