Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.Activities.Core.Presentation / System / Activities / Core / Presentation / StateMachineFreeFormPanel.cs
1 //------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation.  All rights reserved.
3 //------------------------------------------------------------
4
5 namespace System.Activities.Core.Presentation
6 {
7     using System.Activities.Presentation.FreeFormEditing;
8
9     // This is a workaround. Internal type FreeFromPanel cannot be used in xaml even if System.Activities.Presentation is configured to
10     // be InternalsVisibleTo System.Activities.Core.Presentation
11     internal sealed class StateMachineFreeFormPanel : FreeFormPanel
12     {
13         public StateMachineFreeFormPanel()
14         {
15         }
16     }
17 }