1 write to _displayValue
PresentationFramework (1)
System\Windows\Controls\DataGridLength.cs (1)
115
_displayValue
= displayValue;
2 references to _displayValue
PresentationFramework (2)
System\Windows\Controls\DataGridLength.cs (2)
188
return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)
_displayValue
;
283
return
_displayValue
;