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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-12-05 21:56:01 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-12-05 21:56:01 +0300
commit95fbc6cd5cd27fe623036c0c453e707d919e7bc6 (patch)
tree8278344fa9a7cdb8eea40f9db1f38cf4ec78f60f /src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs
parentb7084eed75e9ed72b6c594624b2927ffba28cd76 (diff)
Sync with vs-editor-core@d160aa851
Diffstat (limited to 'src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs')
-rw-r--r--src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs b/src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs
new file mode 100644
index 0000000..2b6a550
--- /dev/null
+++ b/src/Editor/FPF/PresentationFramework/System.Windows.ThemeInfoAttribute.cs
@@ -0,0 +1,7 @@
+namespace System.Windows
+{
+ public class ThemeInfoAttribute : System.Attribute
+ { public ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation param0, System.Windows.ResourceDictionaryLocation param1){}
+
+ }
+} \ No newline at end of file