Make visual tree public

This commit is contained in:
Yoshi Askharoun
2022-10-07 10:29:09 -05:00
parent be7d9c5364
commit 2667456b41
165 changed files with 174 additions and 169 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace Microsoft.Iris.ModelItems
{
internal interface IUICommand
public interface IUICommand
{
bool Available { get; set; }
@@ -6,7 +6,7 @@
namespace Microsoft.Iris.ModelItems
{
internal enum InvokePriority
public enum InvokePriority
{
Normal,
Low,
@@ -10,7 +10,7 @@ using Microsoft.Iris.Render;
namespace Microsoft.Iris.ModelItems
{
internal class LayoutOutput : NotifyObjectBase
public class LayoutOutput : NotifyObjectBase
{
private Size _size;