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