7 references to GetNewDoubleValue
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (7)
891newValue = GetNewDoubleValue(property, (double)currentValue, (double)newValue, propertyValueAction); 1062: GetNewDoubleValue(null, currentThickness.Top, newThickness.Top, propertyValueAction); 1066: GetNewDoubleValue(null, currentThickness.Bottom, newThickness.Bottom, propertyValueAction); 1078: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction); 1082: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction); 1088: GetNewDoubleValue(null, currentThickness.Left, newThickness.Left, propertyValueAction); 1092: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);