3 using System.Collections.Generic;
5 using SiliconStudio.Core.Collections;
7 namespace SiliconStudio.
Paradox.UI
18 public List<UIElement> UnderlyingList
20 get {
return Items is List<UIElement>? (List<UIElement>)Items: null; }
A collection of UIElements.