From a958a5d43238fa4110481d5526db6f3074351b03 Mon Sep 17 00:00:00 2001 From: SupaStuff Date: Sun, 9 May 2021 22:33:01 -0400 Subject: [PATCH 01/14] refactor(ItemDataTemplate): add DataType property to make the template implicit instead of providing the data template as a dependency property --- ItemBoxTracker/GUI/AutoSuggestBox.xaml | 6 ++---- ItemBoxTracker/GUI/AutoSuggestBox.xaml.cs | 11 ----------- ItemBoxTracker/GUI/ItemDataTemplate.xaml | 3 ++- ItemBoxTracker/GUI/SettingsTab.xaml | 1 - 4 files changed, 4 insertions(+), 17 deletions(-) diff --git a/ItemBoxTracker/GUI/AutoSuggestBox.xaml b/ItemBoxTracker/GUI/AutoSuggestBox.xaml index d2f513a..d607464 100644 --- a/ItemBoxTracker/GUI/AutoSuggestBox.xaml +++ b/ItemBoxTracker/GUI/AutoSuggestBox.xaml @@ -78,8 +78,7 @@ + Content="{Binding Selection}" />