7 references to GetNewDoubleValue
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (7)
895newValue = GetNewDoubleValue(property, (double)currentValue, (double)newValue, propertyValueAction);
1066: GetNewDoubleValue(null, currentThickness.Top, newThickness.Top, propertyValueAction);
1070: GetNewDoubleValue(null, currentThickness.Bottom, newThickness.Bottom, propertyValueAction);
1082: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction);
1086: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction);
1092: GetNewDoubleValue(null, currentThickness.Left, newThickness.Left, propertyValueAction);
1096: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);