7 references to GetNewDoubleValue
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (7)
893newValue = GetNewDoubleValue(property, (double)currentValue, (double)newValue, propertyValueAction);
1064: GetNewDoubleValue(null, currentThickness.Top, newThickness.Top, propertyValueAction);
1068: GetNewDoubleValue(null, currentThickness.Bottom, newThickness.Bottom, propertyValueAction);
1080: GetNewDoubleValue(null, currentThickness.Left, newThickness.Right, propertyValueAction);
1084: GetNewDoubleValue(null, currentThickness.Right, newThickness.Left, propertyValueAction);
1090: GetNewDoubleValue(null, currentThickness.Left, newThickness.Left, propertyValueAction);
1094: GetNewDoubleValue(null, currentThickness.Right, newThickness.Right, propertyValueAction);