mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-24 06:55:19 -07:00
spelling: convert
This commit is contained in:
parent
4293993ea7
commit
b89e76c3b9
3 changed files with 4 additions and 4 deletions
|
@ -275,7 +275,7 @@ namespace CalculatorApp { namespace Common
|
||||||
return Windows::UI::Xaml::DependencyProperty::UnsetValue; // Can't convert
|
return Windows::UI::Xaml::DependencyProperty::UnsetValue; // Can't convert
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Platform::Object^ ConverBack(
|
virtual Platform::Object^ ConvertBack(
|
||||||
Platform::Object^ /*value*/,
|
Platform::Object^ /*value*/,
|
||||||
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
||||||
Platform::Object^ /*parameter*/,
|
Platform::Object^ /*parameter*/,
|
||||||
|
|
|
@ -23,7 +23,7 @@ namespace CalculatorApp { namespace Common
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Platform::Object^ ConverBack(
|
virtual Platform::Object^ ConvertBack(
|
||||||
Platform::Object^ value,
|
Platform::Object^ value,
|
||||||
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
||||||
Platform::Object^ /*parameter*/,
|
Platform::Object^ /*parameter*/,
|
||||||
|
@ -56,7 +56,7 @@ namespace CalculatorApp { namespace Common
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Platform::Object^ ConverBack(
|
virtual Platform::Object^ ConvertBack(
|
||||||
Platform::Object^ value,
|
Platform::Object^ value,
|
||||||
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
||||||
Platform::Object^ /*parameter*/,
|
Platform::Object^ /*parameter*/,
|
||||||
|
|
|
@ -275,7 +275,7 @@ namespace CalculatorApp { namespace Common
|
||||||
return Windows::UI::Xaml::DependencyProperty::UnsetValue; // Can't convert
|
return Windows::UI::Xaml::DependencyProperty::UnsetValue; // Can't convert
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Platform::Object^ ConverBack(
|
virtual Platform::Object^ ConvertBack(
|
||||||
Platform::Object^ /*value*/,
|
Platform::Object^ /*value*/,
|
||||||
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
Windows::UI::Xaml::Interop::TypeName /*targetType*/,
|
||||||
Platform::Object^ /*parameter*/,
|
Platform::Object^ /*parameter*/,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue