From 3b90f73bd02559ae94524d4191b3aa6a64d92a25 Mon Sep 17 00:00:00 2001 From: Jay <65828559+Jay-o-Way@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:41:26 +0100 Subject: [PATCH] [Refactor]XAML binding improvements (#30675) --- .../Views/MainPage.xaml | 2 +- .../SettingsXAML/Views/AlwaysOnTopPage.xaml | 38 +++--- .../SettingsXAML/Views/AwakePage.xaml | 8 +- .../SettingsXAML/Views/ColorPickerPage.xaml | 12 +- .../SettingsXAML/Views/CropAndLockPage.xaml | 8 +- .../SettingsXAML/Views/DashboardPage.xaml | 6 +- .../Views/EnvironmentVariablesPage.xaml | 12 +- .../SettingsXAML/Views/FancyZonesPage.xaml | 88 +++++++------- .../SettingsXAML/Views/FileLocksmithPage.xaml | 10 +- .../SettingsXAML/Views/GeneralPage.xaml | 102 ++++++++-------- .../SettingsXAML/Views/HostsPage.xaml | 18 +-- .../SettingsXAML/Views/ImageResizerPage.xaml | 40 +++---- .../Views/KeyboardManagerPage.xaml | 10 +- .../SettingsXAML/Views/MeasureToolPage.xaml | 16 +-- .../SettingsXAML/Views/MouseUtilsPage.xaml | 62 +++++----- .../Views/MouseWithoutBordersPage.xaml | 58 ++++----- .../SettingsXAML/Views/PastePlainPage.xaml | 12 +- .../SettingsXAML/Views/PeekPage.xaml | 18 +-- .../SettingsXAML/Views/PowerAccentPage.xaml | 24 ++-- .../SettingsXAML/Views/PowerLauncherPage.xaml | 110 +++++++++--------- .../SettingsXAML/Views/PowerOcrPage.xaml | 16 +-- .../SettingsXAML/Views/PowerPreviewPage.xaml | 92 +++++++-------- .../SettingsXAML/Views/PowerRenamePage.xaml | 28 ++--- .../Views/RegistryPreviewPage.xaml | 10 +- .../SettingsXAML/Views/ShortcutGuidePage.xaml | 36 +++--- .../SettingsXAML/Views/VideoConference.xaml | 59 +++++----- 26 files changed, 447 insertions(+), 448 deletions(-) diff --git a/src/modules/EnvironmentVariables/EnvironmentVariables/EnvironmentVariablesXAML/Views/MainPage.xaml b/src/modules/EnvironmentVariables/EnvironmentVariables/EnvironmentVariablesXAML/Views/MainPage.xaml index 37ee7095fe..7f22dac332 100644 --- a/src/modules/EnvironmentVariables/EnvironmentVariables/EnvironmentVariablesXAML/Views/MainPage.xaml +++ b/src/modules/EnvironmentVariables/EnvironmentVariables/EnvironmentVariablesXAML/Views/MainPage.xaml @@ -209,7 +209,7 @@