summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-01-23 12:41:39 -0700
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:12:24 +0900
commitb57d4e67779bc67070e90b23167a01e37c3a2f8a (patch)
tree326dc74a07690e99959eb248a6b09bb2f29f9019 /Xamarin.Forms.Platform.WinRT
parent57d09a7da937379ef300bfed0d6864bd6ac2d469 (diff)
downloadxamarin-forms-b57d4e67779bc67070e90b23167a01e37c3a2f8a.tar.gz
xamarin-forms-b57d4e67779bc67070e90b23167a01e37c3a2f8a.tar.bz2
xamarin-forms-b57d4e67779bc67070e90b23167a01e37c3a2f8a.zip
Move XF.ConcurrentDictionary to WP8 project (#685)
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
-rw-r--r--Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs b/Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs
index f94f3d62..6affa169 100644
--- a/Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs
+++ b/Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs
@@ -1,4 +1,5 @@
using System;
+using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;