fixes up the name of dps

This commit is contained in:
tian-lt 2021-08-09 14:05:05 +08:00
commit a8b3555c09

View file

@ -166,7 +166,7 @@ namespace CalculatorApp
public static readonly DependencyProperty VirtualKeyControlChordProperty =
DependencyProperty.RegisterAttached(
"VirtualKey",
"VirtualKeyControlChord",
typeof(MyVirtualKey),
typeof(KeyboardShortcutManager),
new PropertyMetadata(default(MyVirtualKey), (sender, args) =>
@ -186,7 +186,7 @@ namespace CalculatorApp
public static readonly DependencyProperty VirtualKeyShiftChordProperty =
DependencyProperty.RegisterAttached(
"VirtualKey",
"VirtualKeyShiftChord",
typeof(MyVirtualKey),
typeof(KeyboardShortcutManager),
new PropertyMetadata(default(MyVirtualKey), (sender, args) =>
@ -206,7 +206,7 @@ namespace CalculatorApp
public static readonly DependencyProperty VirtualKeyAltChordProperty =
DependencyProperty.RegisterAttached(
"VirtualKey",
"VirtualKeyAltChord",
typeof(MyVirtualKey),
typeof(KeyboardShortcutManager),
new PropertyMetadata(default(MyVirtualKey), (sender, args) =>
@ -226,7 +226,7 @@ namespace CalculatorApp
public static readonly DependencyProperty VirtualKeyControlShiftChordProperty =
DependencyProperty.RegisterAttached(
"VirtualKey",
"VirtualKeyControlShiftChord",
typeof(MyVirtualKey),
typeof(KeyboardShortcutManager),
new PropertyMetadata(default(MyVirtualKey), (sender, args) =>