mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
xx
This commit is contained in:
@@ -41,7 +41,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
get; set;
|
||||
}
|
||||
|
||||
public ItemsContainerInfo ParentContain
|
||||
public BlockItemsContainerInfo ParentContain
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
@@ -145,12 +145,12 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}));
|
||||
}
|
||||
|
||||
public ObservableCollection<ItemsContainerInfo> Contains
|
||||
public ObservableCollection<BlockItemsContainerInfo> Contains
|
||||
{
|
||||
get; set;
|
||||
} = new ObservableCollection<ItemsContainerInfo>();
|
||||
} = new ObservableCollection<BlockItemsContainerInfo>();
|
||||
|
||||
public ItemsContainerInfo FirstContain
|
||||
public BlockItemsContainerInfo FirstContain
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -158,7 +158,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
public List<ItemsContainerInfo> GetAllContain()
|
||||
public List<BlockItemsContainerInfo> GetAllContain()
|
||||
{
|
||||
return Contains.SelectMany(p => p.GetAllContain(p.Children, true)).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user