[reflection] Coop handles icalls in System.Reflection and System.RuntimeTypeHandle...
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / FreeFormEditing / INestedFreeFormPanelContainer.cs
1 //------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation.  All rights reserved.
3 //------------------------------------------------------------
4
5 namespace System.Activities.Presentation.FreeFormEditing
6 {
7     interface INestedFreeFormPanelContainer
8     {
9         FreeFormPanel GetChildFreeFormPanel();
10         FreeFormPanel GetOutmostFreeFormPanel();
11     }
12 }