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.Media.PathSegment.cs')
-rw-r--r--src/Editor/FPF/PresentationCore/System.Windows.Media.PathSegment.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Editor/FPF/PresentationCore/System.Windows.Media.PathSegment.cs b/src/Editor/FPF/PresentationCore/System.Windows.Media.PathSegment.cs
new file mode 100644
index 0000000..b23eabe
--- /dev/null
+++ b/src/Editor/FPF/PresentationCore/System.Windows.Media.PathSegment.cs
@@ -0,0 +1,6 @@
+namespace System.Windows.Media
+{
+ public abstract class PathSegment : System.Windows.Media.Animation.Animatable
+ {
+ }
+} \ No newline at end of file