UIElement._parent

Parent element. Following this chain gets to the root element.

class UIElement
protected nothrow @nogc
UIElement _parent;

Meta