Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs')
-rw-r--r--Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs
index 7355e6e..18c332d 100644
--- a/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs
+++ b/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs
@@ -77,9 +77,6 @@ namespace Xamarin.PropertyEditing.Windows
get { return (PropertyArrangeMode) GetValue (ArrangeModeProperty); }
set { SetValue (ArrangeModeProperty, value); }
}
-
- public static PropertyEditing.Themes.WinThemeManager ThemeManager = new PropertyEditing.Themes.WinThemeManager();
-
public void Select (IEnumerable<object> selectedItems)
{
if (selectedItems == null)