7 references to GetNewDoubleValue
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (7)
890newValue = GetNewDoubleValue(property, (double)currentValue, (double)newValue, propertyValueAction); 1061: GetNewDoubleValue(null, currentThickness.Top, newThickness.Top, propertyValueAction); 1065: GetNewDoubleValue(null, currentThickness.Bottom, newThickness.Bottom, propertyValueAction); 1077: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction); 1081: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction); 1087: GetNewDoubleValue(null, currentThickness.Left, newThickness.Left, propertyValueAction); 1091: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);