1 write to _desiredValue
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridLength.cs (1)
115_desiredValue = desiredValue;
2 references to _desiredValue
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridLength.cs (2)
189return (int)_unitValue + (int)_unitType + (int)_desiredValue + (int)_displayValue; 273return _desiredValue;