Refactored XAML x:Names (#433)

Description of the changes:
-Refactored all x:Names to use the generally accepted Pascal-Casing

How changes were validated:
Unit Tests
Manual Tests
This commit is contained in:
Lance McCarthy 2019-04-18 19:01:47 -04:00 committed by Daniel Belcher
commit 8520d3fc74
22 changed files with 544 additions and 543 deletions

View file

@ -53,7 +53,7 @@ UnitConverter::UnitConverter() :
InitializeComponent();
// adding ESC key shortcut binding to clear button
clearEntryButtonPos0->SetValue(Common::KeyboardShortcutManager::VirtualKeyProperty, Common::MyVirtualKey::Escape);
ClearEntryButtonPos0->SetValue(Common::KeyboardShortcutManager::VirtualKeyProperty, Common::MyVirtualKey::Escape);
m_layoutDirection = LocalizationService::GetInstance()->GetFlowDirection();
if (m_layoutDirection == ::FlowDirection::RightToLeft)
@ -291,7 +291,7 @@ void UnitConverter::SetDefaultFocus()
Value1,
CurrencyRefreshBlockControl,
OfflineBlock,
clearEntryButtonPos0
ClearEntryButtonPos0
};
for (Control^ control : focusPrecedence)