mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user