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:
Diffstat (limited to 'src/Editor/FPF/PresentationCore/System.Windows.Visibility.cs')
-rw-r--r--src/Editor/FPF/PresentationCore/System.Windows.Visibility.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Editor/FPF/PresentationCore/System.Windows.Visibility.cs b/src/Editor/FPF/PresentationCore/System.Windows.Visibility.cs
new file mode 100644
index 0000000..bb4de51
--- /dev/null
+++ b/src/Editor/FPF/PresentationCore/System.Windows.Visibility.cs
@@ -0,0 +1,9 @@
+namespace System.Windows
+{
+ public enum Visibility
+ { Visible,
+ Hidden,
+ Collapsed,
+
+ }
+} \ No newline at end of file