diff --git a/Samples/Properties/Settings.Designer.cs b/Samples/Properties/Settings.Designer.cs
deleted file mode 100644
index 22031024..00000000
--- a/Samples/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace Samples.Properties
-{
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/Samples/Properties/Settings.settings b/Samples/Properties/Settings.settings
deleted file mode 100644
index 033d7a5e..00000000
--- a/Samples/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Samples/Samples.csproj b/Samples/Samples.csproj
index aec6a71d..e5d2119e 100644
--- a/Samples/Samples.csproj
+++ b/Samples/Samples.csproj
@@ -174,16 +174,7 @@
Code
-
- True
- Settings.settings
- True
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
diff --git a/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxItemTemplate.xaml b/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxItemTemplate.xaml
index a4b082d8..3dca3054 100644
--- a/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxItemTemplate.xaml
+++ b/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxItemTemplate.xaml
@@ -18,7 +18,7 @@
BorderBrush="{Binding Path=(i:VisualStateHelper.BorderBrush), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}"
BorderThickness="{Binding Path=(i:VisualStateHelper.BorderThickness), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}"
CornerRadius="{Binding Path=(i:VisualStateHelper.CornerRadius), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}"
- Effect="{Binding Path=(i:VisualStateHelper.Effect), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}" />
+ Effect="{Binding Path=(i:VisualStateHelper.Effect), RelativeSource={ RelativeSource TemplatedParent}, Mode=OneWay}" />
-
+
@@ -246,5 +246,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxTemplate.xaml b/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxTemplate.xaml
index 7d1a2d0b..e0ea6077 100644
--- a/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxTemplate.xaml
+++ b/SourceCode/SharedResources/Panuon.WPF.UI.Internal/Templates/MultiComboBoxTemplate.xaml
@@ -13,7 +13,6 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SourceCode/SharedResources/Panuon.WPF.UI/Controls/MultiComboBox.cs b/SourceCode/SharedResources/Panuon.WPF.UI/Controls/MultiComboBox.cs
index 0a0530bf..d82c3d6c 100644
--- a/SourceCode/SharedResources/Panuon.WPF.UI/Controls/MultiComboBox.cs
+++ b/SourceCode/SharedResources/Panuon.WPF.UI/Controls/MultiComboBox.cs
@@ -3,10 +3,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
-using System.Collections.ObjectModel;
using System.ComponentModel;
-using System.Linq;
-using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
@@ -23,6 +20,10 @@ public class MultiComboBox
{
#region Fields
private List